aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/buf.lua
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(lsp): document_symbol uses loclist by default #32070Yochem van Rosmalen2025-01-19
* refactor: use nvim.foo.bar format for namespacesMaria José Solano2025-01-14
* fix(lsp): check if sig_help window is focusable when configuring cycle keymapMaria José Solano2024-12-29
* refactor: add vim._resolve_bufnrLewis Russell2024-12-07
* docs(lsp): update example, optional parameters #31299Yi Ming2024-11-28
* docs: more accurate typing for LSP references contextRiley Bruins2024-11-28
* refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming2024-11-25
* feat(lsp): deprecate non-method client functionsLewis Russell2024-11-20
* refactor(lsp): fold in dynamic_registration code into the clientLewis Russell2024-11-18
* feat(lsp): highlight hover target/range #31110Riley Bruins2024-11-17
* feat(lsp): multi-client support for signature_helpLewis Russell2024-11-04
* feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell2024-11-01
* fix(lsp): correct hover result handling (#30995)notomo2024-10-30
* feat(lsp)!: multiple client support for vim.lsp.buf.hover()Lewis Russell2024-10-29
* feat(lsp): deprecate vim.lsp.buf.completionLewis Russell2024-10-24
* feat(lsp): deprecate execute_command with client:exec_cmdLewis Russell2024-10-24
* fix(lsp): better multi-client support for callHierarchyLewis Russell2024-10-24
* fix(lsp): use correct method for prepareTypehierarchyLewis Russell2024-10-24
* fix(lsp): set tagstack on jump via goto methodsMathias Fussenegger2024-10-24
* fix(lsp.buf): use correct offset_encoding for all requestsLewis Russell2024-10-24
* refactor(lsp.buf): remove buf_request wrapperLewis Russell2024-10-24
* refactor(lsp.buf): use alias for vim.lspLewis Russell2024-10-24
* fix(lsp): support multiple clients in typehierarchyLewis Russell2024-10-22
* 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
* perf(validate): use lighter versionLewis Russell2024-10-17
* Merge pull request #30825 from lewis6991/refactor/lsputilLewis Russell2024-10-17
|\
| * fix(lsp.util): inconsistent handling of offset_encodingLewis Russell2024-10-17
* | feat(lsp): show server name in code actions #30830Jordan2024-10-17
|/
* docs(lsp): hover window controls #30347Tristan Knight2024-09-19
* fix(lsp): handle empty call hierarchy items #30349James Trew2024-09-13
* fix(lsp): return call hierarchy item, not the index (#30145)Maria José Solano2024-08-26
* fix(lsp): avoid reusing diagnostics from different servers in actions (#30002)Grzegorz Rozdzialik2024-08-07
* fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger2024-08-01
* feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2024-06-24
* refactor: deprecate vim.region() #28416Justin M. Keyes2024-05-28
* docs: misc (#28609)dundargoc2024-05-15
* docs(lsp): document vim.lsp.ListOpts.loclisttom-anders2024-05-07
* refactor(lsp): s/options/opts for parameters in vim.lsp.buftom-anders2024-05-07
* refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger2024-04-23
* feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang2024-04-20
* refactor(lsp): move workspace folder logic into the clientLewis Russell2024-04-02
* fix(lsp): abort callHierarchy on no result (#28102)Marcin Szamotulski2024-03-31
* feat!: remove deprecated functionsdundargoc2024-03-09
* refactor(types): more fixes (2)Lewis Russell2024-03-06
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27