Skip to content

tatai/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Run these commands from ${HOME} folder:

cd ${HOME}
if [ -e .vimrc ]; then mv .vimrc _.vimrc; fi
if [ -d .vim ]; then mv .vim _.vim; fi

git clone git@github.com:tatai/vim.git ~/.vim

ln -s .vim/vimrc .vimrc

cd .vim
git submodule init
git submodule update

About

My vim config and plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published