mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-08 18:34:45 +08:00
11 lines
182 B
VimL
11 lines
182 B
VimL
" 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
|