Clone the repo and do the following commands:
cd
git clone [email protected]:alipiry/nvim.git nvim
ln -sf ~/nvim/ ~/.config/
Make sure you have vim-plug
installed on your machine:
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
Now the only thing you should do is open your NEOVIM
and run :PlugInstall
:
nvim
:PlugInstall
To customize your nvim, edit the cloned init.vim
:
nvim ~/nvim/init.vim
This NEOVIM config is APACHE licensed. See LICENSE.