A starter template for LazyVim. Refer to the documentation to get started.
- VIM/Neovim first steps - Zero to hero
- How to install plugins in Neovim using lazy.nvim
- VIM/Neovim advanced horizontal moves
- How to install Vim/Neovim on Windows
- and much more on my YouTube Channel...
- Neovim >= 0.9.0 (needs to be built with LuaJIT)
- Git >= 2.19.0 (for partial clones support)
- a Nerd Font (optional)
- a C compiler for
nvim-treesitter
. See here
-
Make a backup of your current Neovim files:
Linux/Mac OS:
mv ~/.config/nvim ~/.config/nvim.bak mv ~/.local/share/nvim ~/.local/share/nvim.bak
Windows:
mv $env:LOCALAPPDATA\nvim $env:LOCALAPPDATA\nvim.bak mv $env:LOCALAPPDATA\nvim-data $env:LOCALAPPDATA\nvim-data.bak
-
Clone the repo
Linux/Mac OS
git clone https://github.com/rafa-thayto/lazy-thayto-vim ~/.config/nvim
Windows:
git clone https://github.com/rafa-thayto/lazy-thayto-vim $env:LOCALAPPDATA\nvim