init.vim: activar gopls
This commit is contained in:
parent
a62cd8e6cb
commit
cf8971cfe4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ local on_attach = function(client, bufnr)
|
|||
|
||||
end
|
||||
|
||||
local servers = { 'zls' }
|
||||
local servers = { 'zls', 'gopls' }
|
||||
for _, lsp in ipairs(servers) do
|
||||
nvim_lsp[lsp].setup {
|
||||
on_attach = on_attach,
|
||||
|
|
Loading…
Reference in a new issue