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 = {
hints = {
parameterNames = true,
assignVariableTypes = true,
compositeLiteralFields = true, -- {/* in: */ "hello", /* want: */ "world"}
compositeLiteralTypes = true,
constantValues = true,
-- assignVariableTypes = true,
-- compositeLiteralFields = true, -- {/* in: */ "hello", /* want: */ "world"}
-- compositeLiteralTypes = true,
-- constantValues = true,
functionTypeParameters = true,
rangeVariableTypes = true,
-- rangeVariableTypes = true,
},
},
},