Skip to content

khzaw/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

213 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is the vim configuration that I am using. Feel free to use it.

Installation

If you have current vim setup, make a backup first.

	mv ~/.vim ~/vim_backup
	mv ~/.vimrc ~/vim_backup/vimrc

Then clone the repo into your .vim folder.

	git clone git@github.com:emoosx/dotvim.git ~/.vim
	cd ~/.vim

The plugin system is managed by Vim-Plug. Launch vim and run :PlugInstall.

And create a symbolic link so that ~/.vimrc points to the ~/.vim/vimrc file.

	ln -s ~/.vim/vimrc ~/.vimrc

Screenshot

screenshot.png

About

My vimrc and vim plugins configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors