feat: switch to native 0.11 LSP, remove obsolete things

This commit is contained in:
Oliver Ladner 2025-04-01 10:53:48 +02:00
commit e2d27c98c1
24 changed files with 311 additions and 475 deletions

6
lsp/go.lua Normal file
View file

@ -0,0 +1,6 @@
---@type vim.lsp.Config
return {
cmd = { "gopls" },
root_markers = { "go.work", "go.mod", ".git" },
filetypes = { "go", "gomod", "gowork", "gotmpl" },
}