neovim: disable placeholder in gopls completion
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user