mikavilpas / yazi.nvim

A Neovim Plugin for the yazi terminal file manager
MIT License
465 stars 16 forks source link

refactor: use unique temp files #63

Closed mikavilpas closed 5 months ago

mikavilpas commented 5 months ago

This mainly helps with developing the plugin by preventing conflicts of multiple parallel yazi.nvim instances.

The file paths can still be configured but I removed them from the readme because most users don't have to.