Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watcher improvements #823

Open
1 of 3 tasks
lewis6991 opened this issue Jun 19, 2023 · 0 comments
Open
1 of 3 tasks

Watcher improvements #823

lewis6991 opened this issue Jun 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lewis6991
Copy link
Owner

lewis6991 commented Jun 19, 2023

  • 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.
  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant