Learn how to configure Neovim with LazyVim! Which is a super easy and customizable Neovim setup.
Neovim is a super versatile text editor, and I'll show you how to set it up with essential plugins and custom settings to enhance your coding and text editing experience with LazyVim.
Neovim Website
https://neovim.io
Neovim Github
https://github.com/neovim/neovim
LazyVim Docs
https://www.lazyvim.org
Commands
Backup Config
Mac/Linux: mv ~/.config/nvim{,.bak}
Windows: Move-Item $env:LOCALAPPDATA\nvim $env:LOCALAPPDATA\nvim.bak
Install LazyVim
Mac/Linux: git clone https://github.com/LazyVim/starter ~/.config/nvim
Windows: git clone https://github.com/LazyVim/starter $env:LOCALAPPDATA\nvim
Find Config Folder
Mac/Linux: cd ~/.config/nvim
Windows: cd $env:LOCALAPPDATA\nvim