Set the ft of .vue files to both vue and javascript

This commit is contained in:
Kevin MacMartin 2017-03-30 18:59:28 -04:00
parent 8141b4a48d
commit 9eb9f8b85d

View file

@ -43,6 +43,7 @@ autocmd FileChangedRO * nested set noreadonly
autocmd BufNewFile,BufRead *pacman.conf setlocal ft=conf autocmd BufNewFile,BufRead *pacman.conf setlocal ft=conf
autocmd BufNewFile,BufRead *vimpagerrc setlocal ft=vim autocmd BufNewFile,BufRead *vimpagerrc setlocal ft=vim
autocmd BufNewFile,BufRead *yaourtrc setlocal ft=sh autocmd BufNewFile,BufRead *yaourtrc setlocal ft=sh
autocmd BufNewFile,BufRead *.vue setlocal ft=vue.javascript
"filtype specific settings "filtype specific settings
autocmd BufEnter,FileType sh setlocal iskeyword-=. autocmd BufEnter,FileType sh setlocal iskeyword-=.