Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 438 Bytes

This is my vim directory and mainly my .vimrc Feel free to use it and adapt to your needs.

Installation

Clone repo: git clone https://github.com/mohlerm/vimfiles.git ~/.vim

Grab Vundle: git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Install Plugins vim +PluginInstall +qall

Either symlink .vimrc: ln -s ~/.vim/vimrc ~/.vimrc

or import in in your ~/.vimrc: source ~/.vim/vimrc