wayre / vim

Just another .vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

git clone http://github.com/zjrosen1/vim.git ~/.vim
cd ~/.vim
./install.sh

Need Moar Plugins

###Vundle like its 2015

Add a new plugin to your vimrc

	Plugin 'moar/plugin'
	:PluginInstall

Search for all or specific plugins inside of vim

	:PluginList

	:PluginList ack

About

Just another .vimrc


Languages

Language:Vim Script 99.7%Language:Shell 0.3%