dotfiles

My personal home directory config files
git clone https://erai.gay/code/dotfiles/
Log | Files | Refs | LICENSE

postwrite.vim (134B)


      1 function PostWrite()
      2 	call system(": <> ~/.post")
      3 endfunction
      4 
      5 augroup PostWrite
      6 	au!
      7 	au BufWritePost * call PostWrite()
      8 augroup END