Compare commits
No commits in common. "7a4ef33d282261cfe5e29bc3c13db556b1865eb9" and "3afcb7d1be4d8e3389db4f3e3c3f08f4a817d631" have entirely different histories.
7a4ef33d28
...
3afcb7d1be
|
@ -1,10 +1,4 @@
|
||||||
return {
|
return {
|
||||||
{
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
opts = {
|
|
||||||
indent = { disable = { "go" } },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"maxandron/goplements.nvim",
|
"maxandron/goplements.nvim",
|
||||||
ft = "go",
|
ft = "go",
|
||||||
|
|
|
@ -109,4 +109,5 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
enabled = true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue