Blacklist Pandoc file type
Pandoc enhances Markdown and therefore is used for prose, which doesn't suit YCM well.
This commit is contained in:
parent
b1bba2e201
commit
685b1007b6
@ -761,6 +761,7 @@ Default: `[see next line]`
|
||||
\ 'unite' : 1,
|
||||
\ 'text' : 1,
|
||||
\ 'vimwiki' : 1,
|
||||
\ 'pandoc' : 1
|
||||
\}
|
||||
|
||||
### The `g:ycm_filetype_specific_completion_to_disable` option
|
||||
|
@ -26,7 +26,8 @@
|
||||
"markdown": 1,
|
||||
"unite": 1,
|
||||
"text": 1,
|
||||
"vimwiki": 1
|
||||
"vimwiki": 1,
|
||||
"pandoc": 1
|
||||
},
|
||||
"auto_start_csharp_server": 1,
|
||||
"auto_stop_csharp_server": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user