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
The vim statusline
has been configured to show the mode
, branch
, filepath
on the left and filetype
,linecount
on the right.
- 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
- Syntastic - Syntax checking hacks for vim
- Vim-Airline - Status/Tabline for Vim
-
Fugitive - Git Wrapper
-
Solarized - Color Scheme
-
Neocomplete.vim - Auto Code Completion
-
vim-go - Go Development for vim