/vimfiles

My vim configuration

Primary LanguageVim ScriptApache License 2.0Apache-2.0

Vim configuration using Vundle

Installation

Clone this repo to your ~/.vim directory

git clone --recurse-submodules https://github.com/viis/vimfiles ~/.vim

Link your ~/.vimrc

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

Start vim and install the plugins

vim (ignore errors by pressing ENTER)
:PluginInstall