Update README with full Mason server list

This commit is contained in:
Bryan Ramos 2026-03-09 00:39:07 -04:00
parent c8e56a1859
commit b08b0a9b57
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -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 (`<leader>css`) scans all lspconfig servers and shows only those with binaries installed.