Use a help function to get user config

This commit is contained in:
leafOfTree
2020-07-17 08:41:51 +08:00
parent fe9c81657a
commit b22a41fb6b
6 changed files with 22 additions and 34 deletions

View File

@@ -3,8 +3,7 @@
" Config {{{
"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let s:highlight_vue_attr = exists("g:vim_vue_plugin_highlight_vue_attr")
\ && g:vim_vue_plugin_highlight_vue_attr == 1
let s:highlight_vue_attr = vue#GetConfig("highlight_vue_attr", 0)
"}}}
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""