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:
@ -3,10 +3,11 @@ return {
|
||||
gopls = {
|
||||
experimentalPostfixCompletions = true,
|
||||
analyses = {
|
||||
unusedparams = true,
|
||||
shadow = true,
|
||||
},
|
||||
staticcheck = true,
|
||||
directoryFilters = { "-.git" },
|
||||
semanticTokens = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user