Compare commits

..

No commits in common. "7a4ef33d282261cfe5e29bc3c13db556b1865eb9" and "3afcb7d1be4d8e3389db4f3e3c3f08f4a817d631" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

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

View file

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