diff --git a/.vimrc b/.vimrc index 5bb3f38..6a512a6 100644 --- a/.vimrc +++ b/.vimrc @@ -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 l :set list!