aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* fix(lsp): use buffer scheme for files not stored on disk (#22407)Mathias Fußenegger2023-03-01
* perf(lsp): only redraw the windows containing LSP tokensbfredl2023-02-28
* fix(lsp): fix some type annotations (#22397)Mathias Fußenegger2023-02-25
* Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger2023-02-25
* feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn2023-02-25
* refactor(lsp): remove workaround for missing bit module (#22373)Mathias Fußenegger2023-02-23
* fix(lsp): check if the buffer is a directory before w! it (#22289)Eduard Baturin2023-02-18
* fix(lsp): check method is supported when range formatting (#21970)Sean Dewar2023-01-24
* fix(lsp): assert workspace/applyEdit receives params (#21945)Mathias Fußenegger2023-01-22
* feat(lsp): add triggerKind option for vim.lsp.buf.code_action (#21905)kishii2023-01-21
* fix(lsp): fix `removed` param value in add_workspace_folder (#21915)Raphael2023-01-20
* docs(lsp): fix type annotation on convert_input_to_markdown_lines (#21772)Chris Kipp2023-01-12
* fix(lsp): revert semantic token gravity change from #21574 (#21763)jdrouhard2023-01-12
* docs(lsp): update buf_notify and rpc.notify params types (#21753)Chris Kipp2023-01-11
* feat(float): open float relative to mouse #21531Sebastian Lyng Johansen2023-01-10
* feat(lsp): show active clients in :checkhealth vim.lsp (#21670)Mathias Fußenegger2023-01-08
* fix(lsp): partially revert semantic token gravity change from #21574 (#21680)jdrouhard2023-01-08
* fix(lsp): correct callHierarchy capability to fix lsp.buf.incoming_calls() (#...2023-01-06
* docs(lua): adjust some type annotationsnotomo2023-01-04
* feat(lsp): add function to clear codelens (#21504)Mathias Fußenegger2022-12-31
* fix(lsp): adjust gravity of semantic tokens extmarks (#21574)jdrouhard2022-12-30
* fix(lsp): token_edit.data might be null on deletion (#21462)tiagovla2022-12-19
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* feat(lsp): add function to get semantic tokens at cursorChristian Clason2022-12-13
* 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