diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,3 +28,4 @@ map <F1> :execute 'NERDTreeToggle'<CR> " auto headers autocmd bufnewfile *.py so ~/etc/vim/header_python autocmd bufnewfile *.html so ~/etc/vim/header_html +autocmd bufnewfile,bufread *.tpl set filetype=html |