Vim with YouCompleteMe and Markdown

vim

Solution

Clear the YCM blacklist in your .vimrc:

let g:ycm_filetype_blacklist = {}

Problem

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?

Original source

Related problems