aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* fix(lsp): small bugs in snippet-parser #18998L3MON4D32022-06-29
* docs: fix typos (#18866)dundargoc2022-06-15
* feat(lsp): sort codelens if multiple item per line (#18951)rhcher2022-06-13
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05
* fix(lsp): set buflisted before switching to buffer (#18854)zeertzjq2022-06-04
* fix(lsp): adjust offset encoding in lsp.buf.rename() (#18829)Fredrik Ekre2022-06-01
* fix(lsp): include cancellable in progress message table (#18809)Chris Kipp2022-05-31
* feat(lsp): turn rename filter into a predicate (#18745)Mathias Fußenegger2022-05-26
* feat(lsp)!: turn format filter into predicate (#18458)Mathias Fußenegger2022-05-25
* fix(lsp): respect global syntax setting in open float preview (#15225)Elton Leander Pinto2022-05-25
* fix(lsp): do not detach LSP servers on Windows #18703Gregory Anders2022-05-22
* refactor: add warnings for deprecated functions (#18662)dundargoc2022-05-21
* fix(lsp): only send diagnostics from current buffer in code_action() (#18639)Fredrik Ekre2022-05-20
* feat(lsp): option to reuse_win for jump actions (#18577)Lewis Russell2022-05-18
* fix(health): handle non-existent log file #18610Noval Maulana2022-05-17
* fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
* feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* Merge pull request #18487 from clason/styluaChristian Clason2022-05-11
|\
| * chore: format runtime with styluaChristian Clason2022-05-09
* | docs(lsp): fix description of `only` in vim.lsp.buf.code_action() (#18492)Fredrik Ekre2022-05-09
|/
* fix(lsp): detach spawned LSP server processes (#18477)Gregory Anders2022-05-08
* docs: change wrap_at type to number (#18456)Noval Maulana2022-05-07
* fix(lsp): skip clients without rename capability (#18449)Mathias Fußenegger2022-05-06
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman2022-05-05
* feat(lsp): add logging level "OFF" (#18379)ii142022-05-03
* feat(lua): vim.deprecate() #18320dundargoc2022-05-03
* fix(lsp): add missing bufnr argument (#18382)Jose Alvarez2022-05-03
* feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger2022-04-30
* feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach2022-04-30
* fix(handlers): more specific error messages (#16772)kylo2522022-04-30
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30
* feat(lsp): show feedback on empty hover response (#18308)Mathias Fußenegger2022-04-29
* fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii142022-04-26
* fix(lsp): unify progress message handling (#18040)runiq2022-04-20
* fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre2022-04-15
* docs(lsp): remove outdated offset_encoding default value for apply_text_editsAndrea Cappuccio2022-03-30
* fix(lsp): use "text" filetype for plaintext (#17898)Jaehwang Jung2022-03-28
* fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787)Tim Pope2022-03-20
* fix(lsp): handle insertion of previous line (#17618)Michael Lingelbach2022-03-06
* fix(lsp): start incremental sync range at previous newline character (#17610)Michael Lingelbach2022-03-05
* feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen2022-03-02
* fix(lsp): respect all of 'fixeol', 'eol', and 'binary' applying edits (#17574)Tim Pope2022-03-02
* refactor(highlight)!: optional arguments for highlight.range as table (#17462)Christian Clason2022-02-21
* fix(lsp): use botright copen for all handlers (#17471)Michael Lingelbach2022-02-20
* fix: lsp and diagnostic highlight priority (#17461)Michael Lingelbach2022-02-19
* docs(lsp): fix on_publish_diagnostics example (#17146)xnmet2022-01-21
* feat(lsp): add handler for workspace/workspaceFolders (#17149)Michael Lingelbach2022-01-21
* fix(lsp): avoid nil workspace/symbol query (#17107)Daniel Steinberg2022-01-15