summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2024-10-17feat(lsp.util): remove some aliasesLewis Russell1
2024-10-17feat(lsp.util): remove unneeded tableLewis Russell1
2024-10-17fix(lsp.util): inconsistent handling of offset_encodingLewis Russell3
2024-10-17feat(lsp.util): get_bufs_with_prefix -> get_writeable_bufsLewis Russell1
2024-10-17feat(lsp.util): refactor get_border_size()Lewis Russell1
2024-10-17feat(lsp.util): simplify some bounds checkingLewis Russell1
2024-10-17feat(lsp.util): remove metatable in locations_to_itemsLewis Russell1
2024-10-17feat(lsp.util): refactor symbols_to_items()Lewis Russell1
2024-10-17feat(lsp.util): remove uneeded do-endLewis Russell1
2024-10-17feat(lsp.util): use vim.api aliasLewis Russell1
2024-10-17feat(lsp.util): fix type errorsLewis Russell1
2024-10-17feat(lsp): show server name in code actions #30830Jordan1
2024-10-16fix(lsp): str_byteindex_enc bounds checking #30747Tristan Knight1
2024-10-16feat(lsp.util): remove lsp spec extractLewis Russell1
2024-10-16feat(lsp.util): use faster version of vim.validateLewis Russell1
2024-10-15fix(lsp): handle multiline signature help labels #30460Maria José Solano2
2024-10-13docs: update autotrigger description of vim.lsp.compleiton.BufferOpts (#30796)glepnir1
2024-10-11fix(lsp): set 'smoothscroll' in docs hover #30748Justin M. Keyes1
2024-10-10fix(lsp): fix cursor position after snippet expansion (#30659)Tomasz N1
2024-10-10vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq1
2024-10-07fix(lsp): tagfunc fails in unusual buffer #30700Justin M. Keyes1
2024-10-06feat(lsp): improve LSP doc hover rendering #30695Justin M. Keyes1
2024-10-04fix(lsp): enable `additionalPropertiesSupport`Yi Ming1
2024-10-03docs: improve luacats support #30580James Trew1
2024-09-23Merge #30435 refactor: rename "Dictionary" => "Dict"Justin M. Keyes1
2024-09-23fix(vim.fs): dirname() returns "." on mingw/msys2 #30480Justin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-09-22feat(fs.lua): add vim.fs.rm()Lewis Russell1
2024-09-19docs(lsp): hover window controls #30347Tristan Knight1
2024-09-13fix(lsp): handle nil bytes in stringsMathias Fussenegger1
2024-09-13fix(lsp): handle empty call hierarchy items #30349James Trew1
2024-09-11fix(lsp): check buffer is loaded and valid #30330glepnir1
2024-09-10fix(lsp): handle encoding bounds in str_utfindex_enctris2031
2024-09-08fix(lsp): handle out-of-bounds character positions #30288Tristan Knight3
2024-09-05fix(lsp): handle locations exceeding line length #30253Tristan Knight1
2024-09-03feat(lsp): support hostname in rpc.connect #30238Tristan Knight1
2024-09-01docs: vim.lsp.rpc.connect() TCP requires IP address #30219Tristan Knight1
2024-09-01docs: misc #28970Justin M. Keyes1
2024-08-30fix(lsp): when prefix is non word add all result into matches (#30044)glepnir1
2024-08-27feat(lsp): export diagnostic conversion functions (#30064)Maria José Solano1
2024-08-26fix(lsp): return call hierarchy item, not the index (#30145)Maria José Solano1
2024-08-26fix(lsp): log when receiving markup messages (#30065)Maria José Solano1
2024-08-26fix(lsp): fix isIncomplete condition in completion trigger (#30130)Mathias Fußenegger1
2024-08-22feat(lsp): completion opts support custom item conversion (#30060)glepnir1
2024-08-22fix(lsp): suppress completion request if completion is active (#30028)glepnir1
2024-08-20docs(lsp): annotate with `vim.lsp.protocol.Methods` enum #29521Ricardo Casía2
2024-08-11test(lsp): refactor and tidyLewis Russell1
2024-08-07fix(lsp): avoid reusing diagnostics from different servers in actions (#30002)Grzegorz Rozdzialik1
2024-08-03fix(lsp): redundant spaces in lsp log (#29970)Jaehwang Jung1
2024-08-03feat(lsp): announce codeLens resolveSupport (#29956)Mathias Fußenegger1