add syntax highlighting for tera templates

This commit is contained in:
Andrew Coleman 2019-09-10 07:13:45 -04:00
commit cccc2bc682

1
.vimrc
View file

@ -22,6 +22,7 @@ filetype on
filetype plugin on
filetype plugin indent on
autocmd FileType make set noexpandtab shiftwidth=8 softtabstop=0
autocmd BufNewFile,BufRead *.tera set syntax=django
" Center screen when scrolling search results
nmap n nzz