mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
feat(lsp): implement workspace/didChangeWatchedFiles (#22405)
This commit is contained in:
@@ -37,6 +37,7 @@ for k, v in pairs({
|
||||
health = true,
|
||||
fs = true,
|
||||
secure = true,
|
||||
_watch = true,
|
||||
}) do
|
||||
vim._submodules[k] = v
|
||||
end
|
||||
|
Reference in New Issue
Block a user