feat: disable treesitter indent for yaml

This commit is contained in:
Petr Sykora 2025-07-06 13:59:26 +02:00
parent 59e6f7246e
commit ebdfd6f45a
1 changed files with 1 additions and 1 deletions

View File

@ -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: