From 7a4ef33d282261cfe5e29bc3c13db556b1865eb9 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 17 Oct 2024 11:01:59 +0700 Subject: [PATCH] go: disabled treesitter indent --- lua/plugins/golang.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/plugins/golang.lua b/lua/plugins/golang.lua index bc590d8..429f57f 100644 --- a/lua/plugins/golang.lua +++ b/lua/plugins/golang.lua @@ -1,4 +1,10 @@ return { + { + "nvim-treesitter/nvim-treesitter", + opts = { + indent = { disable = { "go" } }, + }, + }, { "maxandron/goplements.nvim", ft = "go",