Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 937 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 937 Bytes

My NEOVIM configuration

Screenshot

image

Usage

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

Author

Ali Piry

LICENSE

This NEOVIM config is APACHE licensed. See LICENSE.