mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-10 14:41:52 +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
|