xuhdev / vim-latex-live-preview

A Vim Plugin for Lively Previewing LaTeX PDF Output
https://www.topbug.net/blog/2013/06/13/live-preview-of-latex-in-vim/
GNU General Public License v3.0
834 stars 74 forks source link

## MacOS-How to configure the .vim file to clean the temp files created by the buffer automatically #80

Closed GloryyrolG closed 5 years ago

GloryyrolG commented 5 years ago

Everytime I call the 'LLPStartPreview' function, the buffer would create a file 'vim-latex-live-preview-*' under the temp folder, like: '/private/var/folders/6c/np3tq5_x7fg3tlx6mzpgdj040000gn/T/' + 'vim-latex-live-preview-7itapg14'. I want vim can 'delete' them automatically after I use it. I also know it can be achieved by editing the configuration file 'latexlivepreview.vim', but I have no idea with it. Searching for help. Thx~ Platform: MacOS

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed. Thanks for contributing to vim-llp!