Requirements:
- Neovim 0.9
- NerdFonts
- Ripgrep -- (Optional)
- Backup your nvim configurations:
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim
Don't apply auto_config generation prompt.
- Go to
nvim/lua
config directory:cd ~/.config/nvim/lua
; - Create cutom directory:
mkdir custom && cd $_
; - Clone this repo;
- Check out lspconfig servers configurations;