mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-09 02:44:45 +08:00
Add indent and ftplugin files
This commit is contained in:
10
ftplugin/vue.vim
Normal file
10
ftplugin/vue.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" Vim filetype plugin
|
||||
" Language: Vue.js
|
||||
" Maintainer: Eduardo San Martin Morote
|
||||
" Author: Adriaan Zonnenberg
|
||||
|
||||
if exists("b:did_ftplugin")
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime! ftplugin/html.vim
|
||||
Reference in New Issue
Block a user