austinarmbruster / .vim

My .vim dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.vim

My vim dot files. the .vimrc file is saved to vimrc.

Just run the following commands via terminal to get perfectly set up:

$ cd ~/
$ git clone --recursive https://github.com/jfrazelle/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
$ ln -s ~/.vim/bundle/vim-colors-solarized/colors/ ~/.vim/colors/

Pathogen

The vim dot files make use of the excellent Pathogen runtime path manager to install plugins and runtime files into their own private directiories.

Currently using version 2.2 of Pathogen

Plugins Used

About

My .vim dotfiles

License:MIT License


Languages

Language:Vim Script 99.7%Language:Shell 0.3%