From 3b90fa33f08e7e1f73c4fed5b34fabcec1fefdbc Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 1 Feb 2019 18:49:12 -0800 Subject: [PATCH] set gohtml files to have html highlighting --- .vim/functions.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vim/functions.vim b/.vim/functions.vim index 70efefc..6c56275 100644 --- a/.vim/functions.vim +++ b/.vim/functions.vim @@ -1,3 +1,5 @@ +auto BufRead,BufNewFile *.gohtml setfiletype html + function! s:unalign() range for l:line in range(a:firstline, a:lastline) let l:text = getline(l:line)