mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-08-20 11:40:21 +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