~ Nvim configuration files ~
This is my custom configuration of Neovim.
Inspired and taken from many other configs in public repositories and content from r/vim and r/neovim.
- Install Neovim
- Clone the repository:
git clone https://github.com/RayZ0rr/myNeovim.git
- Place the nvim folder inside
~/.config
folder (~
is your$HOME
directory, i.e.,/home/<username>
):
cp -r myNeovim/nvim ~/.config/
That's pretty much it. Start neovim with nvim
inside terminal or however you want and enjoy.
( Note <C-c>
(control + c) and type :PaqSync:
or :PaqInstall
. Might have to try this two times but it will be fully setup after that)