chore(nvim): update gopls settings
parent
1f1015fb62
commit
6f51be7595
|
@ -408,11 +408,9 @@ require("lazy").setup({
|
||||||
settings = {
|
settings = {
|
||||||
gopls = {
|
gopls = {
|
||||||
gofumpt = true,
|
gofumpt = true,
|
||||||
semanticTokens = true,
|
|
||||||
usePlaceholders = true,
|
usePlaceholders = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
capabilities = capabilities,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
-- General
|
-- General
|
||||||
|
|
Loading…
Reference in New Issue