/nvim

My neovim config

Primary LanguageLuaApache License 2.0Apache-2.0

My NEOVIM configuration

Screenshot

image

Usage

Clone the repo and do the following commands:

	cd
	git clone git@github.com: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

Author

Ali Piry

LICENSE

This NEOVIM config is APACHE licensed. See LICENSE.