weirongxu / plantuml-previewer.vim

Vim / Neovim plugin for preview PlantUML
MIT License
266 stars 29 forks source link

Handle read only plugin dir #82

Closed Jumziey closed 1 year ago

Jumziey commented 1 year ago

Using /tmp for tmp files instead of the plugin directory enables distributions that install packages in read only file systems (such as nixos) to use this package.

Also using the /tmp folder enable automatic cleanup of files, and since it follows the linux convention for tmp files can utilize certain optimization some systems has.

weirongxu commented 1 year ago

Thanks.