This repo contains all of my neovim config files.
Huge shout-out to TeejDries for this awesome nvim kickstart guide.
Note
I use neovim-nightly
, but the configuration should work with the stable version of neovim.
Make a backup of your current neovim
config:
mv ~/.config/nvim/ ~/.config/nvim.bak
Optional but recommended:
rm ~/.local/share/nvim
rm ~/.local/state/nvim
rm ~/.cache/nvim
Clone the repository and open nvim
:
git clone https://github.com/Hamza12700/Neovim.git ~/.config/nvim/ && nvim