I got vim and the youcompleteme plugin working under windows. For details take a look here
Is it possible to use it "not only" for coding but also for writing/editing markdown documents. If so, what do I have to do?
Clear the YCM blacklist in your .vimrc:
let g:ycm_filetype_blacklist = {}
The default value is:
g:ycm_filetype_blacklist={'notes': 1, 'markdown': 1, 'unite': 1, 'tagbar': 1, 'pandoc': 1, 'qf': 1, 'vimwiki': 1, 'text': 1, 'infolog': 1, 'mail': 1}
Setting this value in .vimrc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With