Skip to content

My vim configuration

License

Notifications You must be signed in to change notification settings

sweintritt/.vim

Repository files navigation

.vim

My vim configuration. The '.vimrc' file is saved to vimrc.com.

Originally forked from https://github.com/jessfraz/.vim but I changed to many things, so I removed the link to the original repository.

Installation

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

$ cd ~/
$ git clone https://github.com/sweintritt/.vim.git .vim
$ cd .vim
make install
# Start vim and run :PluginInstall

You will also want Powerline Fonts.

The Makefile

The Makefile gives you a few commands to help with the installation.

make help
help                 Shows the help text
install              Changes the .vimrc to source vimrc.vim. Any existing file will be stored as ~/.vimrc.old
install-vundle       Installs the Vundle plugin manager:

Used plugins