Installing Neovim
First you need to have Neovim installed.
You can do that by running these commands below:
Windowswinget install Neovim.Neovim
Macbrew install neovim
Linux Debiansudo apt install neovim
Linux Archsudo pacman -S neovim
Cloning the customization repo
First go into the config directory:
Linuxcd ~/.config/nvim
Windowscd %localappdata%\nvim
If there is no nvim directory, create it.
Now you need to clone the customization repo.
You can do that by running the following command:
git clone https://github.com/Abdullah-coder2013/CoolNeovimSetup
Get the files out of the "CoolNeovimSetup" dir
and put them in the nvim dir.
Delete the "CoolNeovimSetup" dir.
Then run:
nvim
That's it!