add Go LSP support

This commit is contained in:
Eric Olerud 2025-01-22 21:36:30 -05:00
parent 138fd96e07
commit cd02e79c22
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {},