mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
69774e3179
A alternative/subset of https://github.com/neovim/neovim/pull/18506 that should be forward compatible with a potential project system. Configuration of LSP clients (without lspconfig) now looks like this: vim.lsp.start({ name = 'my-server-name', cmd = {'name-of-language-server-executable'}, root_dir = vim.fs.dirname(vim.fs.find({'setup.py', 'pyproject.toml'}, { upward = true })[1]), }) |
||
---|---|---|
.. | ||
filetype | ||
lsp | ||
treesitter | ||
_editor.lua | ||
_init_packages.lua | ||
_meta.lua | ||
compat.lua | ||
diagnostic.lua | ||
F.lua | ||
filetype.lua | ||
fs.lua | ||
health.lua | ||
highlight.lua | ||
inspect.lua | ||
keymap.lua | ||
lsp.lua | ||
shared.lua | ||
treesitter.lua | ||
ui.lua | ||
uri.lua |