diff options
author | Jon Huhn <nojnhuh@users.noreply.github.com> | 2023-03-05 00:52:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 07:52:27 +0100 |
commit | ac69ba5fa0081026f2c5e6e29d5788802479b7b9 (patch) | |
tree | f78cce287bc020646410eaa57a9565647e2cba03 /runtime/lua/vim/_editor.lua | |
parent | 419819b6245e120aba8897e3ddea711b2cd0246c (diff) | |
download | rneovim-ac69ba5fa0081026f2c5e6e29d5788802479b7b9.tar.gz rneovim-ac69ba5fa0081026f2c5e6e29d5788802479b7b9.tar.bz2 rneovim-ac69ba5fa0081026f2c5e6e29d5788802479b7b9.zip |
feat(lsp): implement workspace/didChangeWatchedFiles (#22405)
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 ab49e26dde..c205451ff9 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 |