chore(nvim): config gopls
parent
64d2afa5bb
commit
c4e79a26bf
|
@ -393,6 +393,9 @@ require("lazy").setup({
|
|||
settings = {
|
||||
gopls = {
|
||||
gofumpt = true,
|
||||
codelenses = {
|
||||
gc_details = true,
|
||||
},
|
||||
semanticTokens = true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue