modified: desktop/nvim/lua/lspConfig.lua
This commit is contained in:
@@ -115,12 +115,12 @@ vim.lsp.config("gopls", {
|
|||||||
gopls = {
|
gopls = {
|
||||||
hints = {
|
hints = {
|
||||||
parameterNames = true,
|
parameterNames = true,
|
||||||
assignVariableTypes = true,
|
-- assignVariableTypes = true,
|
||||||
compositeLiteralFields = true, -- {/* in: */ "hello", /* want: */ "world"}
|
-- compositeLiteralFields = true, -- {/* in: */ "hello", /* want: */ "world"}
|
||||||
compositeLiteralTypes = true,
|
-- compositeLiteralTypes = true,
|
||||||
constantValues = true,
|
-- constantValues = true,
|
||||||
functionTypeParameters = true,
|
functionTypeParameters = true,
|
||||||
rangeVariableTypes = true,
|
-- rangeVariableTypes = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user