mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-11 23:21:55 +08:00
6 lines
130 B
VimL
6 lines
130 B
VimL
let s:config = vue#GetConfig('config', {})
|
|
let s:keyword = s:config.keyword
|
|
if s:keyword
|
|
source <sfile>:h/vue-keyword.vim
|
|
endif
|