๐ค My LazyVim config
February 10, 2025 ยท View on GitHub
This configuration is best used in conjunction with my dotfiles to have all the requirements already installed and configured.
Installation
- (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"
Post Installation
Start Neovim and wait until all plugins are installed.
nvim
Run :LazyHealth to load all plugins and check if everything is working correctly.