This configuration is best used in conjunction with my dotfiles 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}"/nvimWindows (PowerShell)
git clone git@github.com:ninagrosse/lazyvim-config.git "${env:LOCALAPPDATA}\nvim"Start Neovim and wait until all plugins are installed.
nvimRun :LazyHealth to load all plugins and check if everything is working correctly.