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

2
.vimrc
View file

@ -124,6 +124,8 @@ Plug 'let-def/vimbufsync'
Plug 'whonore/coquille', {'branch': 'pathogen-bundle', 'for': 'coq'}
Plug 'mhartington/nvim-typescript'
Plug 'posva/vim-vue'
Plug 'Shougo/context_filetype.vim'
Plug 'sheerun/vim-polyglot'
Plug 'Shougo/denite.nvim'