mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-15 15:46:27 +00:00
7 lines
399 B
VimL
7 lines
399 B
VimL
autocmd FileType css setlocal omnifunc=csscomplete#CompleteCSS
|
|
autocmd FileType html,markdown setlocal omnifunc=htmlcomplete#CompleteTags
|
|
autocmd FileType javascript setlocal omnifunc=javascriptcomplete#CompleteJS
|
|
autocmd FileType python setlocal omnifunc=jedi#completions
|
|
autocmd FileType ruby setlocal omnifunc=rubycomplete#Complete
|
|
autocmd FileType xml setlocal omnifunc=xmlcomplete#CompleteTags
|