aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* 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
| * feat(lsp.util): improve offset_encoding type annotationsLewis Russell2024-10-17
| * feat(lsp.util): remove some variablesLewis Russell2024-10-17
| * feat(lsp.util): use vim.w/bLewis Russell2024-10-17
| * feat(lsp.util): remove some aliasesLewis Russell2024-10-17
| * feat(lsp.util): remove unneeded tableLewis Russell2024-10-17
| * fix(lsp.util): inconsistent handling of offset_encodingLewis Russell2024-10-17
| * feat(lsp.util): get_bufs_with_prefix -> get_writeable_bufsLewis Russell2024-10-17
| * feat(lsp.util): refactor get_border_size()Lewis Russell2024-10-17
| * feat(lsp.util): simplify some bounds checkingLewis Russell2024-10-17
| * feat(lsp.util): remove metatable in locations_to_itemsLewis Russell2024-10-17
| * feat(lsp.util): refactor symbols_to_items()Lewis Russell2024-10-17
| * feat(lsp.util): remove uneeded do-endLewis Russell2024-10-17
| * feat(lsp.util): use vim.api aliasLewis Russell2024-10-17
| * feat(lsp.util): fix type errorsLewis Russell2024-10-17
| * feat(lsp.util): remove lsp spec extractLewis Russell2024-10-16
| * feat(lsp.util): use faster version of vim.validateLewis Russell2024-10-16
* | feat(lsp): show server name in code actions #30830Jordan2024-10-17
* | fix(lsp): str_byteindex_enc bounds checking #30747Tristan Knight2024-10-16
|/
* fix(lsp): handle multiline signature help labels #30460Maria José Solano2024-10-15
* docs: update autotrigger description of vim.lsp.compleiton.BufferOpts (#30796)glepnir2024-10-13