From b08b0a9b572cea287a3c5ae14a04cf613f849495 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 9 Mar 2026 00:39:07 -0400 Subject: [PATCH] Update README with full Mason server list --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e6fd93..d989976 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,16 @@ On NixOS, LSPs come from: - `neovim.extraPackages` (global essentials) - Project `devShell` (project-specific) -On other systems, Mason installs: `lua_ls`, `bashls`, `jsonls` +On other systems, Mason auto-installs: +- `lua_ls` - Lua/Neovim +- `nil_ls` - Nix +- `bashls` - Bash/Shell +- `jsonls` - JSON +- `html` - HTML +- `cssls` - CSS +- `marksman` - Markdown +- `taplo` - TOML +- `yamlls` - YAML The smart picker (`css`) scans all lspconfig servers and shows only those with binaries installed.