summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2023-01-08fix(lsp): partially revert semantic token gravity change from #21574 (#21680)jdrouhard1
2023-01-06fix(lsp): correct callHierarchy capability to fix lsp.buf.incoming_calls() (#...1
2023-01-04docs(lua): adjust some type annotationsnotomo2
2022-12-31feat(lsp): add function to clear codelens (#21504)Mathias Fußenegger1
2022-12-30fix(lsp): adjust gravity of semantic tokens extmarks (#21574)jdrouhard1
2022-12-19fix(lsp): token_edit.data might be null on deletion (#21462)tiagovla1
2022-12-17feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre1
2022-12-13feat(lsp): add function to get semantic tokens at cursorChristian Clason1
2022-12-12feat(lsp): highlight semantic token modifiers (#21390)Christian Clason1
2022-12-12perf(lsp): update semantic tokens algorithm for parsing modifiers (#21383)jdrouhard1
2022-12-11docs #20986Justin M. Keyes1
2022-12-10fix(lsp): ignore null responses for semanticTokens request (#21364)fsouza1
2022-12-09fix(lsp): fix get_active_clients bufnr parameter (#21366)Mathias Fußenegger2
2022-12-09fix(lsp): correct some type annotations (#21365)Mathias Fußenegger1
2022-12-09fix(lsp): followup fixes for semantic tokens support (#21357)jdrouhard1
2022-12-08feat(lsp): initial support for semantic token highlightingJohn Drouhard2
2022-12-08refactor(lsp): remove deprecated vim.lsp.buf_get_clients calls (#21337)Raphael2
2022-12-08feat(lsp): support willSave & willSaveWaitUntil capability (#21315)Mathias Fußenegger1
2022-12-04fix(lsp): ensure open_logfile is safe for fast events (#21288)Mathias Fußenegger1
2022-12-04fix(lsp): call show_document with correct argsMathias Fussenegger1
2022-12-03fix(lsp): render <pre>{lang} code blocks and set separator default to false (...Folke Lemaitre1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason4
2022-11-29docs: fix typos (#21196)dundargoc2
2022-11-21feat(lsp): support set title in lsp relate floatwindow (#21110)Raphael2
2022-11-19fix(lsp): ignore hover and signatureHelp responses on buffer change (#21121)Grzegorz Rozdzialik1
2022-11-19feat(lsp): run handler in coroutine to support async response (#21026)Mathias Fußenegger3
2022-10-30fix(lsp/window_showDocument): correctly handle external resources #20867lvimuser1
2022-10-16fix(lsp): reporting bogus capabilities in CodeActionKind #20678David Hotham1
2022-10-09fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre4
2022-10-08feat(lsp): support window/showDocument (#19977)lvimuser3
2022-10-01refactor(lsp): remove deprecated lsp functions (#20421)Mathias Fußenegger1
2022-09-30docs: fix typos (#20394)dundargoc1
2022-09-28feat(gen_help_html.lua): adapt to new parserJustin M. Keyes1
2022-09-25fix(docs): invalid :help links #20345Justin M. Keyes4
2022-09-24fix(lsp): create missing directory before creating file (#19835)shaunsingh1
2022-09-23fix(lsp): use correct function name in deprecated message (#20308)Mike1
2022-09-20fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed1
2022-09-20fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger1
2022-09-08docs(lsp): update rpc.start stdio limitations (#20120)Mathias Fußenegger1
2022-09-08feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger1
2022-08-30fix(docs): update lsp.rpc.start docs to match return value changes (#20003)Mathias Fußenegger1
2022-08-28feat(lsp): add tcp supportMathias Fussenegger1
2022-08-28refactor(lsp): extract rpc client from rpc.startMathias Fussenegger1
2022-08-28refactor(lsp): encapsulate rpc uv handleMathias Fussenegger1
2022-08-28refactor(lsp): factor out read_loop functionMathias Fussenegger1
2022-08-17docs(lsp): rename on-list-handler to lsp-on-list-handler (#19813)Jonas Strittmatter1
2022-08-11fix(lsp): avoid pipe leaks if lsp cmd isn't executable (#19717)Mathias Fußenegger1
2022-08-11fix(lsp): fix some type annotations in lsp.rpc (#19714)Mathias Fußenegger1
2022-08-08fix(lsp): set end_col in formatexpr (#19676)Mathias Fußenegger1
2022-08-05fix(lsp): avoid ^M character in hover window on Windows (#19640)Cai.MY1