/vimrc

My vim settings

Primary LanguageVim ScriptMIT LicenseMIT

.vimrc

My vim settings

Install pathogen.vim

Copy and paste the following into your terminal/shell:

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

Vim syntax highlighting for Pug (formerly Jade) templates.

cd ~/.vim/bundle
git clone git://github.com/digitaltoad/vim-pug.git