rej696 / .vim

.vim folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.vim

Run the following commands to setup and use my vim configuration (assuming you haven't already got a .vimrc fie or .vim directory)

cd ~
git clone https://github.com/rej696/.vim
cd .vim
git submodule init
git submodule update
cd ~
touch ~/.vimrc
echo "source ~/.vim/.vimrc" >> ~/.vimrc;

About

.vim folder


Languages

Language:Vim Script 100.0%