You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
my-nvim-lua/plugin/spike/autocmd.vim

6 lines
209 B
VimL

" DWM
augroup DWM
au BufWritePost */suckless/*/{*.c,*.h} :AsyncRun! make && doas make install
" au BufWritePost */suckless/*/{*.h,*.c} :AsyncRun! make clean && make && doas make install"
augroup END