fixing go lsp client
This commit is contained in:
parent
d589b1e77e
commit
63b960cad2
@ -51,7 +51,7 @@ local lspconfig = require('lspconfig')
|
||||
|
||||
-- Go
|
||||
lspconfig.gopls.setup{
|
||||
cmd = {"gopls", "server"},
|
||||
cmd = {"gopls", "serve"},
|
||||
filetypes = {"go", "gomod"},
|
||||
settings = {
|
||||
gopls = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user