LukeSmithxyz / voidrice

My dotfiles (deployed by LARBS)
GNU General Public License v3.0
4.27k stars 1.21k forks source link

Question: vim config #1343

Closed CheesyChocolate closed 1 year ago

CheesyChocolate commented 1 year ago

Is there mysterious script that has been missed but used in vimrc

" Runs a script that cleans out tex build files whenever I close out of a .tex file.
    autocmd VimLeave *.tex !texclear %

https://github.com/LukeSmithxyz/voidrice/blob/master/.config/nvim/init.vim

can someone tell me what is VimLeave