Added zig support

This commit is contained in:
Pablu23
2024-05-24 23:26:27 +02:00
parent eae3d6ef20
commit a0587f68ac
2 changed files with 45 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ return {
config = function()
local config = require("nvim-treesitter.configs")
config.setup({
ensure_installed = {"lua", "go"},
ensure_installed = {"lua", "go", "zig"},
highlight = {enable = true},
indent = {enable = true},
})