diff --git a/README.md b/README.md index 23f7967..74712e4 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,9 @@ inoremap neocomplcache#cancel_popup() " Enable omni completion. autocmd FileType css setlocal omnifunc=csscomplete#CompleteCSS -autocmd FileType html,markdown setlocal omnifunc=htmlcomplete#CompleteTags +autocmd FileType html setlocal omnifunc=htmlcomplete#CompleteTags +autocmd FileType markdown setlocal omnifunc=htmlcomplete#CompleteTags + autocmd FileType javascript setlocal omnifunc=javascriptcomplete#CompleteJS autocmd FileType python setlocal omnifunc=pythoncomplete#Complete autocmd FileType xml setlocal omnifunc=xmlcomplete#CompleteTags