aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2024-03-01 23:31:20 +0000
committerGitHub <noreply@github.com>2024-03-01 23:31:20 +0000
commit39928a7f24916b35577864e28e505dda74103fb8 (patch)
tree8887b5622dd5edae62a53748cb226a684e8b26b4 /runtime/doc
parenta5fe8f59d98398d04bed8586cee73864bbcdde92 (diff)
parent4ff3217bbd8747d2d44680a825ac29097faf9c4b (diff)
downloadrneovim-39928a7f24916b35577864e28e505dda74103fb8.tar.gz
rneovim-39928a7f24916b35577864e28e505dda74103fb8.tar.bz2
rneovim-39928a7f24916b35577864e28e505dda74103fb8.zip
Merge pull request #27347 from lewis6991/fswatch
feat(lsp): add fswatch watchfunc backend
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 50beb79adf..516ff6f0fe 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -369,6 +369,9 @@ The following changes to existing APIs or features add new behavior.
• The `workspace/didChangeWatchedFiles` LSP client capability is now enabled
by default.
+ • On Mac or Windows, `libuv.fs_watch` is used as the backend.
+ • On Linux, `fswatch` (recommended) is used as the backend if available,
+ otherwise `libuv.fs_event` is used on each subdirectory.
• |LspRequest| autocmd callbacks now contain additional information about the LSP
request status update that occurred.