aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* docs: miscdundargoc2025-01-30
* fix: resolve all remaining LuaLS diagnosticsLewis Russell2025-01-27
* fix(lsp): prefer `on_list` over `loclist` in default handlerEvgeni Chasnovski2025-01-23
* fix: completion.enable(false,...) deletes invalid augroup #32121Konrad Malik2025-01-20
* fix(lsp): set floating window filetype after setup #32112Guilherme Soares2025-01-20
* fix(lsp): don't use completion filterText if prefix is emptyMathias Fussenegger2025-01-19
* fix(lsp): document_symbol uses loclist by default #32070Yochem van Rosmalen2025-01-19
* fix(lsp): use filterText as word if textEdit/label doesn't matchMathias Fussenegger2025-01-17
* fix(messages): lsp window/showMessage is not an errorLuuk van Baal2025-01-17
* refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* refactor: use nvim.foo.bar format for namespacesMaria José Solano2025-01-14
* fix(lsp): minimum height for floating popup #31990Xuyuan Pang2025-01-13
* docs: miscdundargoc2025-01-11
* docs: misc #31867Justin M. Keyes2025-01-09
* Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes2025-01-09
|\
| * feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal2025-01-09
* | feat(health): show :checkhealth in floating window #31086glepnir2025-01-07
|/
* fix(lsp): open_floating_preview() zindex relative to current window #31886luukvbaal2025-01-06
* fix(lsp): ensure watcher cancelJaehwang Jung2025-01-02
* feat(lsp): return resolved config for vim.lsp.config[name]Mathias Fussenegger2024-12-31
* fix(lsp): check if sig_help window is focusable when configuring cycle keymapMaria José Solano2024-12-29
* feat(lsp): show server version in `:checkhealth` #31611Peter Lithammer2024-12-18
* refactor(lsp/rpc): move transport logic to separate moduleLewis Russell2024-12-12
* feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell2024-12-10
* refactor(lsp): better tracking of requestsLewis Russell2024-12-08
* refactor: add vim._resolve_bufnrLewis Russell2024-12-07
* fix(lsp): cancel pending requests before refreshingtris2032024-12-07
* fix(lsp): check for configuration workspace folders when reusing clientsMaria José Solano2024-12-07
* fix(lsp): add foldingrange method support check #31463Tristan Knight2024-12-06
* feat(lsp): deprecate vim.lsp.start_client #31341Maria José Solano2024-12-04
* feat(lsp): support `textDocument/foldingRange` (#31311)Yi Ming2024-11-29
* docs(lsp): update example, optional parameters #31299Yi Ming2024-11-28
* docs: more accurate typing for LSP references contextRiley Bruins2024-11-28
* fix(lsp): mention function name in warning #31301glepnir2024-11-27
* fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders2024-11-25
* 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
* fix(lsp): restore get_language_id behaviourLewis Russell2024-11-19
* refactor(lsp): fold in dynamic_registration code into the clientLewis Russell2024-11-18
* fix(api): only flush nvim__redraw when necessary #31250luukvbaal2024-11-18
* feat(lsp): highlight hover target/range #31110Riley Bruins2024-11-17
* fix(lsp): type-errors, other nits in vim.lsp.log #31235Maria José Solano2024-11-16
* feat(lsp): support utf-8 and utf-32 position encodingsLewis Russell2024-11-14
* fix(lsp): filter completion candidates based on completeopt (#30945)Kristijan Husak2024-11-13
* refactor(lsp): avoid redundant function wrappingNicolas Hillegeer2024-11-12
* perf(lsp): use faster version of str_byteindexLewis Russell2024-11-11
* refactor(lsp): simplify reference range logicRiley Bruins2024-11-10