go: disabled treesitter indent

This commit is contained in:
Tigor Hutasuhut 2024-10-17 11:01:59 +07:00
parent 2d75f97186
commit 7a4ef33d28

View file

@ -1,4 +1,10 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
indent = { disable = { "go" } },
},
},
{
"maxandron/goplements.nvim",
ft = "go",