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) 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,
\} \}