Compare commits

...

2 commits

Author SHA1 Message Date
Tigor Hutasuhut 7a4ef33d28 go: disabled treesitter indent 2024-10-17 11:01:59 +07:00
Tigor Hutasuhut 2d75f97186 oil: disabled again 2024-10-14 09:28:18 +07:00
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -109,5 +109,4 @@ return {
end,
},
},
enabled = true,
}