Add gopls

This commit is contained in:
Kevin Cotugno 2021-08-06 06:21:58 -07:00
parent 7a93ac1eeb
commit 23f1e14a69

View File

@ -287,6 +287,7 @@ require'compe'.setup {
luasnip = true; luasnip = true;
}; };
}; };
require'lspconfig'.gopls.setup{}
require'lspconfig'.solargraph.setup{ require'lspconfig'.solargraph.setup{
bundlerPath = 'bin/bundle'; bundlerPath = 'bin/bundle';
useBundler = true; useBundler = true;