neovim: disable placeholder in gopls completion

This commit is contained in:
2024-03-09 00:34:45 +03:00
parent 759c0ae02b
commit ebb3a9f94d

View File

@@ -95,6 +95,7 @@ for _, server in ipairs(servers) do
opts.settings = { opts.settings = {
gopls = { gopls = {
linksInHover = true, linksInHover = true,
usePlaceholders = false, -- just to ensure it's off, incase in the future go team decides to toggle it on by default
}, },
} }
end end