mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 21:19:25 +00:00
[neovim] Improve go development
This commit is contained in:
12
.config/nvim/lua/plugins/lsp/settings/gopls.lua
Normal file
12
.config/nvim/lua/plugins/lsp/settings/gopls.lua
Normal file
@ -0,0 +1,12 @@
|
||||
return {
|
||||
settings = {
|
||||
gopls = {
|
||||
experimentalPostfixCompletions = true,
|
||||
analyses = {
|
||||
unusedparams = true,
|
||||
shadow = true,
|
||||
},
|
||||
staticcheck = true,
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user