mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-02-06 01:47:51 +08:00
Move filetype setting to ftdetect
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
au BufNewFile,BufRead *.vue,*.wpy se ft=vue
|
|
||||||
1
ftdetect/vue.vim
Normal file
1
ftdetect/vue.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
autocmd BufNewFile,BufRead *.vue,*.wpy set filetype=vue
|
||||||
Reference in New Issue
Block a user