-
-
Notifications
You must be signed in to change notification settings - Fork 282
Watcher improvements #823
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
lewis6991
opened on Jun 19, 2023
Issue body actions
- Use fs_events instead of polling. feat(watcher): move from libuv poll to file event watcher #660
- Share watchers across buffers apart from the same repository. Currently, each buffer gets its own watcher. (2bf0f73)
- Stop the watchers when nvim is backgrounded. Or better: stop watchers after the first trigger when nvim is backgrouned since any subsequent callbacks aren't doing anything useful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request