.vimrc: auto command for HTML files.

This commit is contained in:
Ryan Cavicchioni 2010-07-05 23:59:57 -05:00
parent 9370c1fa46
commit ff81dd71b6

1
.vimrc
View File

@ -47,6 +47,7 @@ au FileType text set tw=72 spell spelllang=en_us nonumber
au FileType mail set tw=72 spell spelllang=en_us nonumber
au FileType gitcommit set tw=72 spell spelllang=en_us nonumber
au FileType html set tabstop=2 shiftwidth=2
" keyboard shortcuts
nmap <leader>l :set list!<CR>