From c88f69b0c0453a26d36d0a3e2d175a954b68029e Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 29 Aug 2025 12:54:31 +0530 Subject: [PATCH] refactor: enable go in treesitter --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 645b1f8..583f0d0 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -59,6 +59,7 @@ return { }, indent = { enable = true, + disable = { "go" }, }, textobjects = { select = {