aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/fs.lua
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2025-01-14 08:19:54 -0600
committerGitHub <noreply@github.com>2025-01-14 08:19:54 -0600
commite8a6c1b02122852da83dc52184e78369598d8240 (patch)
tree4e3b5c9f33957d81885c7888eb168aa8979a1b29 /runtime/lua/vim/fs.lua
parentf1c45fc7a4a595e460cd245172a5767bddeb09e9 (diff)
downloadrneovim-e8a6c1b02122852da83dc52184e78369598d8240.tar.gz
rneovim-e8a6c1b02122852da83dc52184e78369598d8240.tar.bz2
rneovim-e8a6c1b02122852da83dc52184e78369598d8240.zip
fix(lsp): schedule call to vim.lsp.start for async root_dir (#31998)
When `root_dir` is a function it can (and often will) call the provided callback function in a fast API context (e.g. in the `on_exit` handler of `vim.system`). When the callback function is executed we should ensure that it runs vim.lsp.start on the main event loop.
Diffstat (limited to 'runtime/lua/vim/fs.lua')
0 files changed, 0 insertions, 0 deletions