mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 11:44:10 -05:00
Don't override the filetype for vue files
This commit is contained in:
parent
34835caf48
commit
323b55efc8
2 changed files with 1 additions and 3 deletions
|
@ -44,7 +44,6 @@ 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-=.
|
||||
|
|
|
@ -5,6 +5,5 @@ let g:mta_filetypes = {
|
|||
\ 'php':1,
|
||||
\ 'xml':1,
|
||||
\ 'jinja':1,
|
||||
\ 'vue':1,
|
||||
\ 'vue.javascript':1
|
||||
\ 'vue':1
|
||||
\ }
|
||||
|
|
Loading…
Reference in a new issue