This configuration is best used in conjunction with my dotfiles or dotfiles-win to have all the requirements already installed and configured.
- (optional) Check and install the requirements at lazyvim.org if not using dotfiles
- (optional) Backup current Neovim files
- Clone the repository
Linux and Mac
git clone git@github.com:ninagrosse/lazyvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Windows (PowerShell)
git clone git@github.com:ninagrosse/lazyvim-config.git "${env:LOCALAPPDATA}\nvim"
Start Neovim and wait until all plugins are installed.
nvim
Run :LazyHealth
to load all plugins and check if everything is working correctly.