feat: disable treesitter indent for yaml
This commit is contained in:
parent
59e6f7246e
commit
ebdfd6f45a
2
init.lua
2
init.lua
|
@ -954,7 +954,7 @@ require('lazy').setup({
|
||||||
additional_vim_regex_highlighting = { 'ruby' },
|
additional_vim_regex_highlighting = { 'ruby' },
|
||||||
disable = { "html" },
|
disable = { "html" },
|
||||||
},
|
},
|
||||||
indent = { enable = true, disable = { 'ruby', "html" } },
|
indent = { enable = true, disable = { 'ruby', "html", "yaml" } },
|
||||||
},
|
},
|
||||||
-- There are additional nvim-treesitter modules that you can use to interact
|
-- There are additional nvim-treesitter modules that you can use to interact
|
||||||
-- with nvim-treesitter. You should go explore a few and see what interests you:
|
-- with nvim-treesitter. You should go explore a few and see what interests you:
|
||||||
|
|
Loading…
Reference in New Issue