mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 13:44:46 +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