Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 371 Bytes

.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