add Go LSP support
This commit is contained in:
parent
138fd96e07
commit
cd02e79c22
1 changed files with 1 additions and 1 deletions
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/
|
||||
local servers = {
|
||||
clangd = {},
|
||||
-- gopls = {},
|
||||
gopls = {},
|
||||
-- pyright = {},
|
||||
rust_analyzer = {},
|
||||
powershell_es = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue