mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Set the ft of .vue files to both vue and javascript
This commit is contained in:
parent
8141b4a48d
commit
9eb9f8b85d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ autocmd FileChangedRO * nested set noreadonly
|
|||
autocmd BufNewFile,BufRead *pacman.conf setlocal ft=conf
|
||||
autocmd BufNewFile,BufRead *vimpagerrc setlocal ft=vim
|
||||
autocmd BufNewFile,BufRead *yaourtrc setlocal ft=sh
|
||||
autocmd BufNewFile,BufRead *.vue setlocal ft=vue.javascript
|
||||
|
||||
"filtype specific settings
|
||||
autocmd BufEnter,FileType sh setlocal iskeyword-=.
|
||||
|
|
Loading…
Reference in a new issue