My VIM configuration
This configuration contains:
- basic vim settings for text editing
- useful shortcuts
- plugins that speed up work
Before start
- Clone this repo to
~/.vim
- Create
.vimrc
file:
touch ~/.vimrc
- Link
.vimrc
to right file:
ln -s ~/.vim/vimrc ~/.vimrc
- Download and install font: http://www.cufonfonts.com/en/font/13494/menlo
- Download plugin manager - Vundle
git submodule init
git submodule update
- Download plugins - open Vim and run
:PluginInstall