Making more of your Vim editor — Being more of a visual developer, I’ve wanted to make my Vim look much like an IDE. After setting my base vim using the dotfiles from https://github.com/addyosmani/dotfiles, I’ve wanted to enhance my vim with a folder viewer (NerdTree). I’ve looked at what other people are using and I’ve come across Vundle (https://github.com/gmarik/vundle), a plugin manager for Vim.