fixing go lsp client

main
KeeganForelight 2 years ago
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…
Cancel
Save