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