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