summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/util.lua
AgeCommit message (Expand)AuthorFiles
2025-01-14refactor: use nvim.foo.bar format for namespacesMaria José Solano1
2025-01-13fix(lsp): minimum height for floating popup #31990Xuyuan Pang1
2025-01-09docs: misc #31867Justin M. Keyes1
2025-01-07feat(health): show :checkhealth in floating window #31086glepnir1
2025-01-06fix(lsp): open_floating_preview() zindex relative to current window #31886luukvbaal1
2024-12-07refactor: add vim._resolve_bufnrLewis Russell1
2024-12-07fix(lsp): cancel pending requests before refreshingtris2031
2024-11-27fix(lsp): mention function name in warning #31301glepnir1
2024-11-25refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming1
2024-11-24fix(lsp): delete bufvar inside WinClosed eventglepnir1
2024-11-22fix(lsp): delete b:lsp_floating_preview buf var after win closeglepnir1
2024-11-20feat(lsp): require `offset_encoding` param #31249Yi Ming1
2024-11-20feat(lsp): deprecate non-method client functionsLewis Russell1
2024-11-10refactor(lsp): simplify reference range logicRiley Bruins1
2024-11-04feat(lsp): multi-client support for signature_helpLewis Russell1
2024-11-01fix(lsp): hover border type can be string (#31013)nikolightsaber1
2024-10-27docs(lsp): document alternative for vim.lsp.util.jump_to_locationMaria José Solano1
2024-10-26refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight1
2024-10-21refactor: rename vim.highlight => vim.hlJustin M. Keyes1
2024-10-20feat(lsp)!: support multiple clients in goto methods (#30877)Mathias Fußenegger1
2024-10-18fix(lsp.util): wrong arguments to 'validate' functiontemhelk1
2024-10-17Merge pull request #30825 from lewis6991/refactor/lsputilLewis Russell1
2024-10-17feat(lsp.util): minor codestyleLewis Russell1
2024-10-17feat(lsp.util): improve offset_encoding type annotationsLewis Russell1
2024-10-17feat(lsp.util): remove some variablesLewis Russell1
2024-10-17feat(lsp.util): use vim.w/bLewis Russell1
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 Russell1
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-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é Solano1
2024-10-11fix(lsp): set 'smoothscroll' in docs hover #30748Justin M. Keyes1
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-09-22feat(fs.lua): add vim.fs.rm()Lewis Russell1
2024-09-13fix(lsp): handle nil bytes in stringsMathias Fussenegger1
2024-09-10fix(lsp): handle encoding bounds in str_utfindex_enctris2031
2024-09-08fix(lsp): handle out-of-bounds character positions #30288Tristan Knight1
2024-09-05fix(lsp): handle locations exceeding line length #30253Tristan Knight1
2024-08-11test(lsp): refactor and tidyLewis Russell1