/vim

Contains all my vim files including vimrc

Primary LanguageVim Script

vim

Contains all my vim files including vimrc

I like working on vim and over a period of time have added a lot of vim extensions for efficiency. This is how my terminal looks like

alt text

The vim statusline has been configured to show the mode, branch, filepath on the left and filetype,linecount on the right.

Installation

  • Install Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  • Copy the contents of vimrc from this repo to your ~/.vimrc

  • Install and activate

vim +PluginInstall +qall
source ~/.vimrc

List of extensions

alt text

alt text

alt text