From 6f51970ccba9896986d51d0f0def89d886dab272 Mon Sep 17 00:00:00 2001 From: Acid Date: Sun, 14 Jun 2026 15:55:51 -0400 Subject: [PATCH] modified: desktop/nvim/lua/lspConfig.lua --- desktop/nvim/lua/lspConfig.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/nvim/lua/lspConfig.lua b/desktop/nvim/lua/lspConfig.lua index 91bf2ff..d370a3c 100644 --- a/desktop/nvim/lua/lspConfig.lua +++ b/desktop/nvim/lua/lspConfig.lua @@ -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, }, }, },