pocco81 / auto-save.nvim

🧶 Automatically save your changes in NeoVim
GNU General Public License v3.0
658 stars 58 forks source link

The plufin autosaves NetRW buffer when I create new folder #91

Open anatolii-valence opened 1 week ago

anatolii-valence commented 1 week ago

Inside NetRW (:Ex)

when I create new folder or remove the file, the plugin autosaves despite that this buffer is read only. It makes buffer marked as unsaved and after that I cannot do anything besides quiting vim and launching it again.

is there any way to disable plugin when I inside NetRW ?

anatolii-valence commented 1 week ago
Screenshot 2024-10-10 at 16 31 15 Screenshot 2024-10-10 at 16 31 22
primeapple commented 1 week ago

You could try https://github.com/okuuva/auto-save.nvim (disclaimer: I'm one of the maintainers), as it is more actively maintained. Have a look into the condition config option.

anatolii-valence commented 1 week ago

will try, thanks!