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