add vue support

This commit is contained in:
Barak Michener 2018-02-26 22:07:47 -08:00
parent 0bbef95663
commit becc0ec855
2 changed files with 4 additions and 0 deletions

View file

@ -47,6 +47,8 @@ au BufRead,BufNewFile *.go set filetype=go
au FileType cpp let b:delimitMate_matchpairs = "(:),[:],{:}"
autocmd FileType vue syntax sync fromstart
"Settings per filetype
augroup python
""autocmd FileType python set omnifunc=pythoncomplete#Complete