mirror of
https://github.com/itme-brain/nvim.git
synced 2026-03-23 17:39:43 -04:00
Update README with full Mason server list
This commit is contained in:
parent
c8e56a1859
commit
b08b0a9b57
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -27,7 +27,16 @@ On NixOS, LSPs come from:
|
||||||
- `neovim.extraPackages` (global essentials)
|
- `neovim.extraPackages` (global essentials)
|
||||||
- Project `devShell` (project-specific)
|
- 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.
|
The smart picker (`<leader>css`) scans all lspconfig servers and shows only those with binaries installed.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue