mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 13:44:46 +08:00
Change options order
This commit is contained in:
@@ -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,
|
||||
\}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user