From 32c46f2f8df2ed17c4bfbb38907f0a73c79f4aca Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 12 Sep 2023 19:35:01 -0400 Subject: [PATCH] One must toggle and tmpl --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 31d5036..b38d230 100644 --- a/vimrc +++ b/vimrc @@ -37,6 +37,7 @@ if has("persistent_undo") endif au BufRead,BufNewFile *.gcfg setfiletype gitconfig +au BufRead,BufNewFile *.gotmpl setfiletype gotexttmpl au BufRead,BufNewFile *.hcl setfiletype hcl au BufRead,BufNewFile *.nomad setfiletype hcl au BufRead,BufNewFile *.service setfiletype systemd @@ -70,6 +71,7 @@ map - :nohl map w :%s/ *$// map l :Minimap map L :MinimapClose +nmap :TagbarToggle au FileType python nmap t :Black:w