removed unused merginal

This commit is contained in:
Radu Macocian
2025-10-08 10:43:50 +02:00
parent 6b60d7b159
commit 44ce50faf1
8 changed files with 54 additions and 17 deletions

View File

@@ -21,4 +21,9 @@ require 'nvim-treesitter.configs'.setup {
-- Instead of true it can also be a list of languages
additional_vim_regex_highlighting = false,
},
indent = {
enable = true,
disable = { "xml", "python" },
}
}