add vue support
This commit is contained in:
parent
0bbef95663
commit
becc0ec855
2 changed files with 4 additions and 0 deletions
|
|
@ -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
2
.vimrc
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue