diff options
author | Jon Huhn <nojnhuh@users.noreply.github.com> | 2023-02-25 03:07:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-25 10:07:18 +0100 |
commit | 5732aa706c639b3d775573d91d1139f24624629c (patch) | |
tree | ff6e67f1712d1a502b6437aae17b25ef822b63f2 /runtime/lua/vim/_editor.lua | |
parent | a601d031127689a7d60cc92f4ec89907794ed020 (diff) | |
download | rneovim-5732aa706c639b3d775573d91d1139f24624629c.tar.gz rneovim-5732aa706c639b3d775573d91d1139f24624629c.tar.bz2 rneovim-5732aa706c639b3d775573d91d1139f24624629c.zip |
feat(lsp): implement workspace/didChangeWatchedFiles (#21293)
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
-rw-r--r-- | runtime/lua/vim/_editor.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua index 3f27e61810..92444ff550 100644 --- a/runtime/lua/vim/_editor.lua +++ b/runtime/lua/vim/_editor.lua @@ -37,6 +37,7 @@ for k, v in pairs({ health = true, fs = true, secure = true, + _watch = true, }) do vim._submodules[k] = v end |