Skip to content

alipiry/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.