More fun with vim au things
This commit is contained in:
parent
5adf68e325
commit
7a0cb010b3
2
vimrc
2
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'
|
||||
|
Loading…
Reference in New Issue
Block a user