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.