aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/util.lua
Commit message (Expand)AuthorAge
* refactor: add vim._resolve_bufnrLewis Russell2024-12-07
* fix(lsp): cancel pending requests before refreshingtris2032024-12-07
* fix(lsp): mention function name in warning #31301glepnir2024-11-27
* 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
* refactor(lsp): simplify reference range logicRiley Bruins2024-11-10
* feat(lsp): multi-client support for signature_helpLewis Russell2024-11-04
* fix(lsp): hover border type can be string (#31013)nikolightsaber2024-11-01
* 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
* refactor: rename vim.highlight => vim.hlJustin M. Keyes2024-10-21
* feat(lsp)!: support multiple clients in goto methods (#30877)Mathias Fußenegger2024-10-20
* fix(lsp.util): wrong arguments to 'validate' functiontemhelk2024-10-18
* 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
* | fix(lsp): str_byteindex_enc bounds checking #30747Tristan Knight2024-10-16
|/
* fix(lsp): handle multiline signature help labels #30460Maria José Solano2024-10-15
* fix(lsp): set 'smoothscroll' in docs hover #30748Justin M. Keyes2024-10-11
* fix(lsp): tagfunc fails in unusual buffer #30700Justin M. Keyes2024-10-07
* feat(lsp): improve LSP doc hover rendering #30695Justin M. Keyes2024-10-06
* feat(fs.lua): add vim.fs.rm()Lewis Russell2024-09-22
* fix(lsp): handle nil bytes in stringsMathias Fussenegger2024-09-13
* 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
* test(lsp): refactor and tidyLewis Russell2024-08-11
* fix(lsp): revert text edit application order change (#29877)Mathias Fußenegger2024-07-27
* refactor: use `vim._with` where possibledundargoc2024-06-28
* refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly2024-06-14
* refactor(lua): improve type annotationsLewis Russell2024-06-11
* feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164Tom Praschan2024-06-09