feat!(plugins): remove mason

BREAKING CHANGE: remove the need for `mason` and thus lsp plugins have
to be installed system-wide
This commit is contained in:
2025-07-14 11:20:25 +02:00
parent 1f39139f1d
commit 3815c4fc54
4 changed files with 47 additions and 69 deletions

View File

@ -28,5 +28,14 @@ export NVIM_APPNAME="$HOME/.config/kicknvim"
This configuration requires some LSP servers to be installed on your machine
(usually because they are unavailable in `mason`). These packages are:
- `rust-analyzer`
- `bash-language-server`
- `clangd`
- `eslint-language-server`
- `godot` (optional)
- `ltex-ls-plus`
- `lua-language-server`
- `pyright`
- `rust-analyzer`
- `texlab`
- `tinymist`
- `typescript-language-server`