add Go LSP support

pull/1444/head
Eric Olerud 3 months ago
parent 138fd96e07
commit cd02e79c22

@ -501,7 +501,7 @@ require('lazy').setup({
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = { local servers = {
clangd = {}, clangd = {},
-- gopls = {}, gopls = {},
-- pyright = {}, -- pyright = {},
rust_analyzer = {}, rust_analyzer = {},
powershell_es = {}, powershell_es = {},

Loading…
Cancel
Save