This repository contains my personal vim settings.
If you want to install the settings just follow the steps:
-
GNU/Linux, OS X, or other unix-like operating system:
curl -L https://romcheg.me/vim | bash
or with wget
wget https://romcheg.me/vim -O - | bash
-
If you do not have exuberant ctags installed it is the perfect time to get it.
On Ubuntu run:
sudo apt-get install exuberant-ctags
If you have OS X, you could use Homebrew:
brew install ctags
On other distributions of GNU/Linux you should install an appropriate package for getting ctags. Anyway, if you're using Vim, you probably know how to do that ;)
-
Now start Vim and wait until it initialized itself for the first time.
-
Enjoy ;)
Basically the upgrade process is simply pulling the changes to your local git repository. To do that execute the following:
cd ~/.vim
git pull
For upgrading Vim's plugins launch it and run
:BundleInstall!
Everything in this repository is distributed AS IS and under WTFPL license. More details about licensing can be found in LICENSE file.