modified: desktop/nvim/lua/lspConfig.lua
gitleaks / gitleaks (push) Failing after 20s
TruffleHog OSS / test (push) Failing after 1m52s

This commit is contained in:
Acid
2026-06-14 15:55:51 -04:00
parent ce4b513467
commit 6f51970ccb
+5 -5
View File
@@ -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,
}, },
}, },
}, },