all repos

init.lua @ 7e1dc1ceb0642d7246a0b833659d18c8c3673406

my nvim config
1 files changed, 0 insertions(+), 1 deletions(-)
feat(lsp): disable `usePlaceholders` in gopls
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-10-31 13:33:20 +0200
Parent: 7776044
M lua/configs/lsp/servers.lua

@@ -6,7 +6,6 @@ gopls = {

linksInHover = false, staticcheck = true, gofumpt = true, - usePlaceholders = true, analyses = { unusedparams = true, unreachable = true }, hints = { assignVariableTypes = true,