I turned on completion in Vim:
autocmd FileType python set omnifunc=pythoncomplete#Complete
autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS
autocmd FileType html set omnifunc=htmlcomplete#CompleteTags
autocmd FileType css set omnifunc=csscomplete#CompleteCSS
autocmd FileType xml set omnifunc=xmlcomplete#CompleteTags
autocmd FileType php set omnifunc=phpcomplete#CompletePHP
autocmd FileType c set omnifunc=ccomplete#Complete
Where can I modify those completions (e.g. CSS completion).
Where is the file that has those completions?
On unix, it’s most likely at:
and the like.
On my system it’s:
On some systems it might be
/usr/local/share/viminstead. In Windows look in your GVim install folder.There’s also the chance that it’s in
~/.vim/autoload.