pragkent / vimfiles

My vim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kent's Vim Configuration

My vim configuration files based on Vundle.

Install

cd ~
git clone https://github.com/pragkent/vimfiles.git .vim

# link ~/.vimrc to ~/.vim/vimrc
cd .vim
./link.sh

# Install Vundle
git submodule init
git submodule update

# Install plugin - in Vim
:BundleInstall

Happy coding!

About

My vim configuration

License:MIT License


Languages

Language:Vim Script 99.9%Language:Shell 0.1%