feat(dev): 添加 TypeScript 和 Go 的 LSP 支持

This commit is contained in:
2026-04-03 16:38:39 +08:00
parent d1a48ffedc
commit af6ed36fdc
+2
View File
@@ -33,6 +33,7 @@ class DevModule(Module):
"bun", "bun",
"github-cli", "github-cli",
"go", "go",
"gopls",
"lazygit", "lazygit",
"mise", "mise",
"neovim", "neovim",
@@ -40,6 +41,7 @@ class DevModule(Module):
"shellcheck", "shellcheck",
"shfmt", "shfmt",
"tmux", "tmux",
"typescript-language-server",
"uv", "uv",
"yaml-language-server", "yaml-language-server",
"zellij", "zellij",