Merge pull request #779 from tlvince/ignore-pandoc
Blacklist Pandoc file type
This commit is contained in:
commit
e9816c3823
@ -761,6 +761,7 @@ Default: `[see next line]`
|
|||||||
\ 'unite' : 1,
|
\ 'unite' : 1,
|
||||||
\ 'text' : 1,
|
\ 'text' : 1,
|
||||||
\ 'vimwiki' : 1,
|
\ 'vimwiki' : 1,
|
||||||
|
\ 'pandoc' : 1
|
||||||
\}
|
\}
|
||||||
|
|
||||||
### The `g:ycm_filetype_specific_completion_to_disable` option
|
### The `g:ycm_filetype_specific_completion_to_disable` option
|
||||||
|
@ -26,7 +26,8 @@
|
|||||||
"markdown": 1,
|
"markdown": 1,
|
||||||
"unite": 1,
|
"unite": 1,
|
||||||
"text": 1,
|
"text": 1,
|
||||||
"vimwiki": 1
|
"vimwiki": 1,
|
||||||
|
"pandoc": 1
|
||||||
},
|
},
|
||||||
"auto_start_csharp_server": 1,
|
"auto_start_csharp_server": 1,
|
||||||
"auto_stop_csharp_server": 1,
|
"auto_stop_csharp_server": 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user