| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | refactor(lsp): move glob parsing to util (#26519) | Steven Arcangeli | 2023-12-22 |
| | | | | | | | | | refactor(lsp): move glob parsing to vim.glob Moving the logic for using vim.lpeg to create a match pattern from a glob into `vim.glob`. There are several places in the LSP spec that use globs, and it's very useful to have glob matching as a generally-available utility. | ||
| * | feat(lsp): initial support for dynamic capabilities (#23681) | Folke Lemaitre | 2023-05-28 |
| - `client.dynamic_capabilities` is an object that tracks client register/unregister - `client.supports_method` will additionally check if a dynamic capability supports the method, taking document filters into account. But only if the client enabled `dynamicRegistration` for the capability - updated the default client capabilities to include dynamicRegistration for: - formatting - rangeFormatting - hover - codeAction - hover - rename | |||