From 7a0cb010b3f1134c65d96b36162d0470a8e480cd Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 16 Aug 2020 22:28:41 -0400 Subject: [PATCH] More fun with vim au things --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 0ea2336..3fb3e36 100644 --- a/vimrc +++ b/vimrc @@ -30,6 +30,8 @@ endif au BufRead,BufNewFile Pipfile setfiletype toml au BufRead,BufNewFile *.gcfg setfiletype gitconfig au BufRead,BufNewFile Pipfile setfiletype toml +au BufRead,BufNewFile Dockerfile* setfiletype dockerfile +au BufRead,BufNewFile *.service setfiletype systemd au BufWritePre *.py execute ':Black' au QuickFixCmdPost *grep* cwindow au BufWritePre *.py execute ':Black'