summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2024-08-01fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger2
2024-07-31fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung1
2024-07-31feat(lsp): lsp.completion support set deprecated (#29882)glepnir2
2024-07-27fix(lsp): revert text edit application order change (#29877)Mathias Fußenegger1
2024-07-17fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh1
2024-07-16fix(lsp): don't show codelens for buffers that don't support it (#29690)Riley Bruins1
2024-07-06feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider2
2024-07-02fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen1
2024-06-28refactor: use `vim._with` where possibledundargoc1
2024-06-27fix(lsp): pre-filter matches on label if filterText is missing (#29491)Mathias Fußenegger1
2024-06-24feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2
2024-06-15docs: misc (#29229)dundargoc1
2024-06-14fix(lsp): tune completion word extraction for decorated labels (#29331)Mathias Fußenegger1
2024-06-14refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly3
2024-06-14fix(lsp): check for nil response from server (#29196)Tama McGlinn1
2024-06-11refactor(lua): improve type annotationsLewis Russell8
2024-06-09feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164Tom Praschan1
2024-06-07fix(lsp): fix reverse sorting of same position text edits (#29212)Al Colmenar1
2024-06-07fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger5
2024-06-04fix(lsp): remove superfluous on_detach callback from semantic tokens module (...jdrouhard1
2024-06-04fix(lsp): account for changedtick version gap on modified reset (#29170)Mathias Fußenegger1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly2
2024-06-03fix(lsp): use client.id instead of pairs index (#29143)ippachi1
2024-06-02fix(lsp): trim trailing whitespace from completion words (#29122)Mathias Fußenegger1
2024-06-01perf(lsp): avoid repeated table lookup in completion.enableMathias Fussenegger1
2024-06-01refactor(lsp): share completion request logic between omnifunc & triggerMathias Fussenegger1
2024-06-01perf(lsp): don't copy completion items in filter passMathias Fussenegger1
2024-05-31refactor(lsp): use tuple syntax in generated protocol types (#29110)Ilia Choly1
2024-05-31refactor(lsp): use predefined types in util function signatures (#29095)Ilia Choly1
2024-05-30refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger5
2024-05-30feat(lsp): support postfix snippets in completionMathias Fussenegger1
2024-05-30feat(lsp): use fuzzy match on filterText instead of prefix matchMathias Fussenegger1
2024-05-28Merge pull request #27339 from MariaSolOs/completionGregory Anders5
2024-05-28refactor: deprecate vim.region() #28416Justin M. Keyes1
2024-05-27feat(lsp): completion side effectsMaria José Solano5
2024-05-27refactor: fix luals type warningsdundargoc1
2024-05-25fix(lsp): handle nil root_dir in health check (#29007)Mathias Fußenegger2
2024-05-24feat(lsp): update LSP healthcheck format (#28980)Gregory Anders1
2024-05-23fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly1
2024-05-22refactor(lsp): use supports_method where applicableIlia Choly1
2024-05-21fix(lsp): semantic token functions allow "0" bufnr #28849Riley Bruins1
2024-05-21fix(lsp): hide layout in codelenses in virtual text (#28794) (#28807)Mango The Fourth1
2024-05-16feat: remove deprecated featuresdundargoc2
2024-05-15docs: newsJustin M. Keyes1
2024-05-15docs: misc (#28609)dundargoc2
2024-05-14fix(health): clients may not support watchfiles #28710Maria José Solano1
2024-05-14feat(lsp): update LSP protocol 3.18 typings to date (#28730)Jongwook Choi1
2024-05-13refactor(lua): remove deprecated features #28725Justin M. Keyes1
2024-05-10fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell1
2024-05-07Merge #28637 more support for vim.lsp.ListOpts.loclistJustin M. Keyes2