vim-dir icon indicating copy to clipboard operation
vim-dir copied to clipboard

Auto refresh dir contents

Open habamax opened this issue 2 years ago • 0 comments

There is no way in vim to watch a file system for a changes...

Currently all dir contents is cashed and refresh happens only in some cases (some file ops).

Or user has to manually refresh if needed (with :edit command).

It would be nice to have some cache retention for, let say 5 minutes (should be configurable).

Thus if a user visits a buffer with vim-dir and cache is expired, it should refresh it.

habamax avatar Jul 28 '22 06:07 habamax