aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* fix(lsp): rename: load and list new buffer if attached to window (#27408)Tomasz N2024-02-14
* refactor(lsp): resolve the config-client entanglementLewis Russell2024-02-13
* fix(lsp): re-add client.commands and mark privateLewis Russell2024-02-12
* fix(lsp): semantic token defer loadingLewis Russell2024-02-12
* refactor(lsp): move more code to client.luaLewis Russell2024-02-11
* Merge pull request #27420 from MariaSolOs/warning-anxietyLewis Russell2024-02-11
|\
| * refactor(lsp): add vim.lsp.sync.Range typeMaria José Solano2024-02-10
| * refactor(lsp): add shared diagnostic handlerMaria José Solano2024-02-10
| * refactor(lsp): add type annotationsMaria José Solano2024-02-10
* | feat(lsp): add opts paramater to vim.lsp.codelens.refreshMaria José Solano2024-02-08
|/
* fix(lsp): rename fails on missing parent directory #27291Tomasz N2024-02-08
* feat(lsp): deprecate severity_limitLewis Russell2024-02-08
* refactor(lsp): tidy up loggingLewis Russell2024-02-08
* fix(lsp): set fallback client name properlyzeertzjq2024-02-08
* refactor(lsp): move client code to a regular Lua classLewis Russell2024-02-07
* fix(lsp): send back diagnostic tags to the serverLewis Russell2024-02-06
* fix(lsp): fix infinite loop on vim.lsp.tagfuncJongwook Choi2024-02-03
* refactor: create function for deferred loadingdundargoc2024-02-03
* refactor(lsp): client_hints typo #27250Maria José Solano2024-01-28
* fix(lsp): clean up duplicate and unused meta type annotationsJongwook Choi2024-01-20
* docs: various #25289Justin M. Keyes2024-01-18
* refactor(lsp): deprecate `vim.lsp.util.lookup_section`Jongwook Choi2024-01-16
* docs: add lua typing for `vim.NIL`Jongwook Choi2024-01-15
* fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`Jongwook Choi2024-01-14
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* Merge pull request #26791 from wookayin/gendocLewis Russell2024-01-04
|\
| * fix(docs): clean up non-docstring comments for vimdoc genJongwook Choi2024-01-02
* | feat(lua): add noref to deepcopyLewis Russell2024-01-03
|/
* refactor(lsp): fix remaining luals warnings in lsp.rpcMathias Fussenegger2024-01-02
* feat(lsp): support connect via named pipes/unix domain sockets (#26032)TheLeoP2024-01-02
* refactor: fix luals warningsdundargoc2023-12-30
* revert: "fix: correct versions in deprecation warnings"dundargoc2023-12-27
* fix(gen_lsp.lua): improve type name, and fix wrong type inheritanceJongwook Choi2023-12-27
* docs(gen_lsp.lua): re-generate vim.lsp._meta.protocol type annotationsJongwook Choi2023-12-27
* fix: correct versions in deprecation warningsdundargoc2023-12-27
* refactor: use vim.deprecate on all deprecated functionsdundargoc2023-12-27
* fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)Michal Liszcz2023-12-22
* refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli2023-12-22
* feat(lsp): add type annotations for lsp.util.locations_to_items (#26694)Mathias Fußenegger2023-12-22
* refactor(lsp): move changetracking to separate file (#26577)Lewis Russell2023-12-17
* feat(lsp): more annotationsLewis Russell2023-12-14
* feat(gen_lsp.lua): validate CLI args #26514Jongwook Choi2023-12-11
* docs: support @since for api level #25574LW2023-11-27
* refactor(lsp): add type annotations to _watchfiles (#26109)Mathias Fußenegger2023-11-20
* fix(lsp): advertise workspace.didChangeConfiguration capability (#26028)Chris Simon2023-11-13
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* fix(lsp): create per client params in lsp.buf.code_actionMathias Fussenegger2023-11-04
* fix(lsp): call `on_list()` even for single location (#25830)Evgeni Chasnovski2023-10-31
* fix(lsp): fix omnicomplete in middle of the line (#25787)Lajos Koszti2023-10-26
* fix(lsp): fix off-by-one error for omnifunc word boundaryMathias Fussenegger2023-10-23