This configuration uses Lazy.nvim as the plugin manager.
After cloning this repo, Neovim will automatically:
- Bootstrap and install Lazy.nvim on first startup
- Install all plugins from the spec
- Restore exact plugin versions from
lazy-lock.json
You'll need to manually install LSP servers:
lua-language-servertypescript-language-serverrust-analyzerbasedpyrightbash-language-server
These can be installed via :Mason or your system package manager.
If you previously used Packer, clean up these files/directories:
In the repo:
rm nvim/plugin/packer_compiled.lua.bakOn your local machine:
rm -rf ~/.local/share/nvim/site/pack/packer