go: disabled treesitter indent
This commit is contained in:
parent
2d75f97186
commit
7a4ef33d28
|
@ -1,4 +1,10 @@
|
|||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
indent = { disable = { "go" } },
|
||||
},
|
||||
},
|
||||
{
|
||||
"maxandron/goplements.nvim",
|
||||
ft = "go",
|
||||
|
|
Loading…
Reference in a new issue