add Go LSP support
This commit is contained in:
parent
138fd96e07
commit
cd02e79c22
2
init.lua
2
init.lua
|
@ -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…
Reference in New Issue