diff --git a/.vimrc b/.vimrc index 5f5ed3d..e24cc75 100755 --- a/.vimrc +++ b/.vimrc @@ -51,6 +51,7 @@ if !exists("vimrc_autocmds_loaded") au BufRead,BufNewFile * setlocal textwidth=0 | setlocal colorcolumn= au BufRead,BufNewFile *.md setlocal textwidth=80 | setlocal colorcolumn=80 au BufRead,BufNewFile *.py setlocal colorcolumn=100 + au FileType html setlocal shiftwidth=2 tabstop=2 if exists(":NERDTree") " Open NERDTree if no file specified