aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* feat(lsp): support `textDocument/foldingRange` (#31311)Yi Ming2024-11-29
* docs(lsp): update example, optional parameters #31299Yi Ming2024-11-28
* docs: more accurate typing for LSP references contextRiley Bruins2024-11-28
* fix(lsp): mention function name in warning #31301glepnir2024-11-27
* fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders2024-11-25
* refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming2024-11-25
* fix(lsp): delete bufvar inside WinClosed eventglepnir2024-11-24
* fix(lsp): delete b:lsp_floating_preview buf var after win closeglepnir2024-11-22
* feat(lsp): require `offset_encoding` param #31249Yi Ming2024-11-20
* feat(lsp): deprecate non-method client functionsLewis Russell2024-11-20
* fix(lsp): restore get_language_id behaviourLewis Russell2024-11-19
* refactor(lsp): fold in dynamic_registration code into the clientLewis Russell2024-11-18
* fix(api): only flush nvim__redraw when necessary #31250luukvbaal2024-11-18
* feat(lsp): highlight hover target/range #31110Riley Bruins2024-11-17
* fix(lsp): type-errors, other nits in vim.lsp.log #31235Maria José Solano2024-11-16
* feat(lsp): support utf-8 and utf-32 position encodingsLewis Russell2024-11-14
* fix(lsp): filter completion candidates based on completeopt (#30945)Kristijan Husak2024-11-13
* refactor(lsp): avoid redundant function wrappingNicolas Hillegeer2024-11-12
* perf(lsp): use faster version of str_byteindexLewis Russell2024-11-11
* refactor(lsp): simplify reference range logicRiley Bruins2024-11-10
* fix(lsp): fix infinite loopLewis Russell2024-11-09
* perf(lsp): do not apply semantic tokens to folded linesLewis Russell2024-11-08
* feat(lsp): multi-client support for signature_helpLewis Russell2024-11-04
* feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell2024-11-01
* fix(lsp): hover border type can be string (#31013)nikolightsaber2024-11-01
* fix(lsp): correct hover result handling (#30995)notomo2024-10-30
* Merge pull request #30935 from lewis6991/feat/lsp_multi_hoverLewis Russell2024-10-29
|\
| * feat(lsp)!: multiple client support for vim.lsp.buf.hover()Lewis Russell2024-10-29
* | fix(lsp): list all workspace folders in healthcheck #30966Maria José Solano2024-10-28
* | docs(lsp): document alternative for vim.lsp.util.jump_to_locationMaria José Solano2024-10-27
* | refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
|/
* feat(lsp): deprecate vim.lsp.buf.completionLewis Russell2024-10-24
* feat(lsp): deprecate execute_command with client:exec_cmdLewis Russell2024-10-24
* fix(lsp): better multi-client support for callHierarchyLewis Russell2024-10-24
* fix(lsp): use correct method for prepareTypehierarchyLewis Russell2024-10-24
* fix(lsp): set tagstack on jump via goto methodsMathias Fussenegger2024-10-24
* fix(lsp.buf): use correct offset_encoding for all requestsLewis Russell2024-10-24
* fix(lsp.protocal): improve typing of constantsLewis Russell2024-10-24
* refactor(lsp.buf): remove buf_request wrapperLewis Russell2024-10-24
* refactor(lsp.buf): use alias for vim.lspLewis Russell2024-10-24
* fix(lsp): handle mixed encoding in tagfunc paramsMathias Fussenegger2024-10-24
* fix(lsp): support multiple clients in typehierarchyLewis Russell2024-10-22
* feat(vim.validate): improve fast form and deprecate spec formLewis Russell2024-10-21
* refactor: rename vim.highlight => vim.hlJustin M. Keyes2024-10-21
* feat(lsp)!: support multiple clients in goto methods (#30877)Mathias Fußenegger2024-10-20
* feat(lsp)!: support multiple clients in lsp.buf.referencesMathias Fussenegger2024-10-20
* fix(lsp.util): wrong arguments to 'validate' functiontemhelk2024-10-18
* perf(validate): use lighter versionLewis Russell2024-10-17
* Merge pull request #30825 from lewis6991/refactor/lsputilLewis Russell2024-10-17
|\
| * feat(lsp.util): minor codestyleLewis Russell2024-10-17