fix(nvim): turn of Treesitter indent for CSS

This commit is contained in:
Stefan Imhoff
2022-07-11 16:40:47 +02:00
parent 8805dfcffc
commit cde5509c00

View File

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