stylua and removal mason reliance

This commit is contained in:
2026-04-11 22:36:03 +02:00
parent b9f92d6ba4
commit b0cbc702cf
29 changed files with 480 additions and 443 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
require'nvim-treesitter.config'.setup {
require("nvim-treesitter.config").setup {
ensure_installed = "all",
sync_install = true,
auto_install = true,
highlight = {enable = true, additional_vim_regex_highlighting = false},
indent = {enable = true, disable = {}},
autotag = {enable = true}
highlight = { enable = true, additional_vim_regex_highlighting = false },
indent = { enable = true, disable = {} },
autotag = { enable = true },
}