mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 19:55:04 -07:00
1a60580925
Previously, the built-in language server client checked if the first argument of cmd was executable via vim.fn.executable. This ignores PATH injected via cmd_env. Instead, we now start the client via uv.spawn, and handle the failure mode, reporting the error back to the user. Co-authored-by: Mathias Fußenegger <mfussenegger@users.noreply.github.com> |
||
---|---|---|
.. | ||
lsp | ||
treesitter | ||
_meta.lua | ||
compat.lua | ||
diagnostic.lua | ||
F.lua | ||
highlight.lua | ||
inspect.lua | ||
lsp.lua | ||
shared.lua | ||
treesitter.lua | ||
ui.lua | ||
uri.lua |