/vimrc

My personal vim configuration

Primary LanguageVim script

My VIM configuration

This configuration contains:

  • basic vim settings for text editing
  • useful shortcuts
  • plugins that speed up work

Before start

  1. Clone this repo to ~/.vim
  2. Create .vimrc file:
touch ~/.vimrc
  1. Link .vimrc to right file:
ln -s ~/.vim/vimrc ~/.vimrc
  1. Download and install font: http://www.cufonfonts.com/en/font/13494/menlo
  2. Download plugin manager - Vundle
git submodule init
git submodule update
  1. Download plugins - open Vim and run :PluginInstall