|
|
@ -15,7 +15,7 @@ configs.setup {
|
|
|
|
disable = { "" }, -- list of language that will be disabled
|
|
|
|
disable = { "" }, -- list of language that will be disabled
|
|
|
|
additional_vim_regex_highlighting = true,
|
|
|
|
additional_vim_regex_highlighting = true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
indent = { enable = true, disable = { "yaml" } },
|
|
|
|
indent = { enable = true, disable = { "yaml", "python" } },
|
|
|
|
context_commentstring = {
|
|
|
|
context_commentstring = {
|
|
|
|
enable = true,
|
|
|
|
enable = true,
|
|
|
|
enable_autocmd = false,
|
|
|
|
enable_autocmd = false,
|
|
|
|