aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* 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
* fix(lsp): set 'smoothscroll' in docs hover #30748Justin M. Keyes2024-10-11
* fix(lsp): fix cursor position after snippet expansion (#30659)Tomasz N2024-10-10
* vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq2024-10-10
* fix(lsp): tagfunc fails in unusual buffer #30700Justin M. Keyes2024-10-07
* feat(lsp): improve LSP doc hover rendering #30695Justin M. Keyes2024-10-06
* fix(lsp): enable `additionalPropertiesSupport`Yi Ming2024-10-04
* docs: improve luacats support #30580James Trew2024-10-03
* Merge #30435 refactor: rename "Dictionary" => "Dict"Justin M. Keyes2024-09-23
|\
| * refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* | fix(vim.fs): dirname() returns "." on mingw/msys2 #30480Justin M. Keyes2024-09-23
|/
* feat(fs.lua): add vim.fs.rm()Lewis Russell2024-09-22
* docs(lsp): hover window controls #30347Tristan Knight2024-09-19
* fix(lsp): handle nil bytes in stringsMathias Fussenegger2024-09-13
* fix(lsp): handle empty call hierarchy items #30349James Trew2024-09-13
* fix(lsp): check buffer is loaded and valid #30330glepnir2024-09-11
* fix(lsp): handle encoding bounds in str_utfindex_enctris2032024-09-10
* fix(lsp): handle out-of-bounds character positions #30288Tristan Knight2024-09-08
* fix(lsp): handle locations exceeding line length #30253Tristan Knight2024-09-05
* feat(lsp): support hostname in rpc.connect #30238Tristan Knight2024-09-03
* docs: vim.lsp.rpc.connect() TCP requires IP address #30219Tristan Knight2024-09-01
* docs: misc #28970Justin M. Keyes2024-09-01
* fix(lsp): when prefix is non word add all result into matches (#30044)glepnir2024-08-30
* feat(lsp): export diagnostic conversion functions (#30064)Maria José Solano2024-08-27
* fix(lsp): return call hierarchy item, not the index (#30145)Maria José Solano2024-08-26