refactor: enable go in treesitter

This commit is contained in:
Dinesh Salunke 2025-08-29 12:54:31 +05:30
parent c71c03f498
commit c88f69b0c0

View File

@ -59,6 +59,7 @@ return {
}, },
indent = { indent = {
enable = true, enable = true,
disable = { "go" },
}, },
textobjects = { textobjects = {
select = { select = {