aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* feat(lsp): highlight semantic token modifiers (#21390)Christian Clason2022-12-12
* perf(lsp): update semantic tokens algorithm for parsing modifiers (#21383)jdrouhard2022-12-12
* docs #20986Justin M. Keyes2022-12-11
* fix(lsp): ignore null responses for semanticTokens request (#21364)fsouza2022-12-10
* fix(lsp): fix get_active_clients bufnr parameter (#21366)Mathias Fußenegger2022-12-09
* fix(lsp): correct some type annotations (#21365)Mathias Fußenegger2022-12-09
* fix(lsp): followup fixes for semantic tokens support (#21357)jdrouhard2022-12-09
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* refactor(lsp): remove deprecated vim.lsp.buf_get_clients calls (#21337)Raphael2022-12-08
* feat(lsp): support willSave & willSaveWaitUntil capability (#21315)Mathias Fußenegger2022-12-08
* fix(lsp): ensure open_logfile is safe for fast events (#21288)Mathias Fußenegger2022-12-04
* fix(lsp): call show_document with correct argsMathias Fussenegger2022-12-04
* fix(lsp): render <pre>{lang} code blocks and set separator default to false (...Folke Lemaitre2022-12-03
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* docs: fix typos (#21196)dundargoc2022-11-29
* feat(lsp): support set title in lsp relate floatwindow (#21110)Raphael2022-11-21
* fix(lsp): ignore hover and signatureHelp responses on buffer change (#21121)Grzegorz Rozdzialik2022-11-19
* feat(lsp): run handler in coroutine to support async response (#21026)Mathias Fußenegger2022-11-19
* fix(lsp/window_showDocument): correctly handle external resources #20867lvimuser2022-10-30
* fix(lsp): reporting bogus capabilities in CodeActionKind #20678David Hotham2022-10-16
* fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre2022-10-09
* feat(lsp): support window/showDocument (#19977)lvimuser2022-10-08
* refactor(lsp): remove deprecated lsp functions (#20421)Mathias Fußenegger2022-10-01
* docs: fix typos (#20394)dundargoc2022-09-30
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* fix(lsp): create missing directory before creating file (#19835)shaunsingh2022-09-24
* fix(lsp): use correct function name in deprecated message (#20308)Mike2022-09-23
* fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed2022-09-20
* fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger2022-09-20
* docs(lsp): update rpc.start stdio limitations (#20120)Mathias Fußenegger2022-09-08
* feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger2022-09-08
* fix(docs): update lsp.rpc.start docs to match return value changes (#20003)Mathias Fußenegger2022-08-30
* feat(lsp): add tcp supportMathias Fussenegger2022-08-28
* refactor(lsp): extract rpc client from rpc.startMathias Fussenegger2022-08-28
* refactor(lsp): encapsulate rpc uv handleMathias Fussenegger2022-08-28
* refactor(lsp): factor out read_loop functionMathias Fussenegger2022-08-28
* docs(lsp): rename on-list-handler to lsp-on-list-handler (#19813)Jonas Strittmatter2022-08-17
* fix(lsp): avoid pipe leaks if lsp cmd isn't executable (#19717)Mathias Fußenegger2022-08-11
* fix(lsp): fix some type annotations in lsp.rpc (#19714)Mathias Fußenegger2022-08-11
* fix(lsp): set end_col in formatexpr (#19676)Mathias Fußenegger2022-08-08
* fix(lsp): avoid ^M character in hover window on Windows (#19640)Cai.MY2022-08-05
* fix(lsp): prevent unexpected position jumps (#19370)rhcher2022-08-03
* docs(lsp): use direct link to formattingOptions in format docs (#19558)Mathias Fußenegger2022-07-28
* feat(lsp): add range option to code_action; deprecate range_code_action (#19551)Mathias Fußenegger2022-07-28
* feat(lsp): provide feedback if server can't compute rename result (#19546)Mathias Fußenegger2022-07-27
* fix(lsp): set workspace.configuration capability (#19548)Mathias Fußenegger2022-07-27
* feat(lsp): allow passing custom list handler to LSP functions that return lis...Dalius Dobravolskas2022-07-25
* fix: add group in autocmd api #19412Raphael2022-07-17
* refactor(lsp): use autocmd api (#19407)ii142022-07-17