LazyVIM blaster master custom configs ๐ฅ
Last updated Feb 22, 2026
49
Stars
2
Forks
1
Issues
0
Stars/day
Attention Score
6
Language breakdown
No language data available.
โธ Files
click to expand
README
๐ค LazyThaytoVim
A starter template for LazyVim. Refer to the documentation to get started.
๐ฅ Check out my videos
- 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...
โก๏ธ Requirements
- 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
๐ Be happy ๐ฅฐ
- Make a backup of your current Neovim files:
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
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๐ More in this category