mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
Fix test and loading of filetypes, closes #577
This commit is contained in:
@@ -69,6 +69,7 @@ call s:SetDefault('g:javascript_sql_dialect', 'sql')
|
||||
" Make csv loading faster
|
||||
call s:SetDefault('g:csv_start', 1)
|
||||
call s:SetDefault('g:csv_end', 2)
|
||||
call s:SetDefault('g:csv_default_delim', ',')
|
||||
|
||||
" Disable json concealing by default
|
||||
call s:SetDefault('g:vim_json_syntax_conceal', 0)
|
||||
|
||||
Reference in New Issue
Block a user