Neovim plugin managers
Lazy
packer
- packer quick start
- Packs are installed to
~/.local/share/nvim/site/pack/packer/start
- Packs are installed to
Mason
- GitHub
- Install path:
~/.local/share/nvim/mason/bin
- Configuration
- Log:
:MasonLog
or~/.local/state/nvim/mason.log
Mason registry
- GitHub
- CONTRIBUTING.md
- i.e. testing
- i.e. markdownlint
Issues
- Lockfile or ability to freeze a certain package version
- You can install a specific LSP version
using
:MasonInstall typescript-language-server@0.11.2
, but it still will be included in the next update - mason-lock.nvim
- Plugin: Lockfile suppport for mason.nvim
- You can install a specific LSP version
using