Month: July 2016

Vim as My IDE Update 1

A few months ago I posted about using Vim as my primary IDE. Since then I’ve fallen in love with Vim and have made a few more changes to my .vimrc file. Here is my current .vimrc: ” —————— ” Plugins ” —————— call plug#begin(‘~/.vim/plugged’) Plug ‘altercation/vim-colors-solarized’ Plug ‘bronson/vim-trailing-whitespace’ Plug ‘scrooloose/nerdtree’, { ‘on’: ‘NERDTreeToggle’ } Plug […]