Skip to content

My LazyVim config for Neovim

License

Notifications You must be signed in to change notification settings

ninagrosse/lazyvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💤 My LazyVim config

This configuration is best used in conjunction with my dotfiles or dotfiles-win 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.