1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 06:19:25 +00:00

[neovim] Update golang settings

This commit is contained in:
2023-10-28 17:49:56 +02:00
parent 6dee13061c
commit d05e572840
3 changed files with 18 additions and 1 deletions

View File

@ -3,10 +3,11 @@ return {
gopls = {
experimentalPostfixCompletions = true,
analyses = {
unusedparams = true,
shadow = true,
},
staticcheck = true,
directoryFilters = { "-.git" },
semanticTokens = true,
},
},
}