mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-09 22:25:12 +08:00
Change options order
This commit is contained in:
@@ -16,15 +16,15 @@ endfunction
|
|||||||
function! s:MergeDefaultWithUserConfig(user)
|
function! s:MergeDefaultWithUserConfig(user)
|
||||||
let default = {
|
let default = {
|
||||||
\'syntax': {
|
\'syntax': {
|
||||||
\ 'script': ['javascript'],
|
|
||||||
\ 'template': ['html'],
|
\ 'template': ['html'],
|
||||||
|
\ 'script': ['javascript'],
|
||||||
\ 'style': ['css'],
|
\ 'style': ['css'],
|
||||||
\},
|
\},
|
||||||
\'full_syntax': [],
|
\'full_syntax': [],
|
||||||
|
\'initial_indent': [],
|
||||||
\'attribute': 0,
|
\'attribute': 0,
|
||||||
\'keyword': 0,
|
\'keyword': 0,
|
||||||
\'foldexpr': 0,
|
\'foldexpr': 0,
|
||||||
\'initial_indent': [],
|
|
||||||
\'debug': 0,
|
\'debug': 0,
|
||||||
\}
|
\}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user