This commit is contained in:
Martin Pander
2026-06-20 12:44:53 +02:00
parent 3c42fdedf8
commit 3edee1b0f6
5 changed files with 153 additions and 11 deletions

View File

@@ -10,6 +10,10 @@ vim.lsp.config('gopls', {
hints = {
assignVariableTypes = true,
compositeLiteralFields = true,
compositeLiteralTypes = true,
constantValues = true,
functionTypeParameters = true,
rangeVariableTypes = true,
parameterNames = true,
},
analyses = {