Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 320 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 320 Bytes

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