Vim config files

1 · Vladimir Kasatkin · Jan. 1, 2001, midnight
set number set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' " ----------============ Code/project navigation =============----------- " plugin on GitHub repo Plugin 'scrooloose/nerdtree' " Project and file navigation Plugin 'majutsushi/tagbar' " Class/module browser " ----------============ Other =============----------- Plugin 'bling/vim-airline' " Lean & mean status/tabline for vim Plugin 'fisadev/FixedTaskList.vim' " Pending tas...