Change options order

This commit is contained in:
leafOfTree
2021-04-16 16:22:51 +08:00
parent f1b7ea05b8
commit 483e45e198

View File

@@ -16,15 +16,15 @@ endfunction
function! s:MergeDefaultWithUserConfig(user)
let default = {
\'syntax': {
\ 'script': ['javascript'],
\ 'template': ['html'],
\ 'script': ['javascript'],
\ 'style': ['css'],
\},
\'full_syntax': [],
\'initial_indent': [],
\'attribute': 0,
\'keyword': 0,
\'foldexpr': 0,
\'initial_indent': [],
\'debug': 0,
\}