# LSP-file-watcher-rust A non-native file watcher implementation for [LSP](https://packagecontrol.io/packages/LSP) that enables support for the `workspace/didChangeWatchedFiles` LSP notification. Implemented in Rust using [notify](https://github.com/notify-rs/notify). It has smaller footprint compared to [LSP-file-watcher-chokidar](https://github.com/sublimelsp/LSP-file-watcher-chokidar) and does not require a Node.js runtime. ## Installation * Install `LSP-file-watcher-rust` from Package Control * Restart Sublime.