summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/lsp.lua
AgeCommit message (Expand)Author
2022-07-12chore: remove deprecated functions / messages (#2063)Simon Hauser
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser
2022-07-01feat: refine with new_tableFabian David Schmidt
2022-06-30feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_cal...Manuel
2022-06-30refactor: make_entry more consistent (#1410)Yorick Peterse
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-05-18fix: set tagstack when we jump with lsp in telescope (#1887)dagle
2022-04-30chore: adapt to resolved_capabilities deprecation (#1902)Christian Clason
2022-04-25break: remove lsp code actions (#1866)Simon Hauser
2022-04-09feat(lsp_references): include current line optionSimon Hauser
2022-04-08fix: save position into jumplist before 'edit' action (#1234)Joshua Cao
2022-03-26chore: fix lint errors from latest ci runSimon Hauser
2022-03-24fix: typo in a LSP error message (#1805)Mathijs Bakker
2022-03-13feat: improve UX with vim.notify (#1763)tami5
2022-03-11feat(lsp_references): expose include_declaration option (default still true) ...tami5
2022-02-14fix: add opts.bufnr and opts.winnr to builtin picker (#1706)James Trew
2022-01-28fix(lsp): add missing offset encoding (#1718)Chinmay Dalal
2022-01-18fix: add offset encoding to `vim.lsp.util.locations_to_items()` call (#1694)Chinmay Dalal
2022-01-18fix: add offset encoding to `apply_workspace_edit` call (#1697)Richard Mathieson
2022-01-14fix (nightly): add offset encoding to vim.lsp.util.jump_to_location() call (#...Chinmay Dalal
2021-12-10feat: migrate to Telescope diagnostics using vim.diagnostic (#1553)Simon Hauser
2021-12-10break: bump the minimum required neovim version to 0.6 or higher (#1549)Simon Hauser
2021-12-05fix: lsp concatenate err (#1558)Jun
2021-12-02fix: lsp_workspace_symbols (#1535)Simon Hauser
2021-12-02fix: make lsp_* async (#1506)Chinmay Dalal
2021-11-13fix: LSP code actions not working for some language servers (#1381)klausweiss
2021-10-12fix: Bug with nil action error (#1340)Rafael Delboni
2021-10-12feat: filtering for dynamic workspace symbols (#1336)fdschmidt93
2021-10-07fix: code action for rust analyzer (#1311)Simon Hauser
2021-09-22fix(lsp): check if action.command.arguments is nil (#1274)Jose Alvarez
2021-09-15feat: Remove version field if zero from codeaction calls (#738)Matsu
2021-09-12feat: lsp type definitions (#1224)Rodrigodd
2021-09-05fix(lsp): Handle new signature for lsp handlersTJ DeVries
2021-08-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-08-19Allow range parameters on command parser (#1123)Jan Steinke
2021-08-11fix: builtin `list_or_jump` now handles non list replies from the server (#1101)Marten Trip
2021-08-04feat: add option jump_type to lsp_definitions and lsp_implementations (#1077)zeertzjq
2021-08-04fix: escape newlines in code action title (#1012)Dhruv Manilawala
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-08Consistent filepath display and code cleanup. (#839)caojoshua
2021-06-14chore: use plenary.strings and remove strings functions from utils (#690)JINNOUCHI Yasushi
2021-06-10feat: add filtering by symbol(s) to lsp_{document,workspace}_symbols (#903)fdschmidt93
2021-05-06handle errors from buf_request_sync (#819)William Boman
2021-04-20fix: support multiple clients in lsp code actions (#722)William Boman
2021-04-20lsp: Implement lsp.implementations similar to lsp.definitions (#743)Viktor Kojouharov
2021-04-13added a new DynamicFinder (which can be used with rust_analyzer) (#705)oberblastmeister
2021-04-03Fix #707: lsp_workspace_symbols add support for multiple clients. (#718)ovikk13
2021-03-09feat: lsp definitions (#631)oberblastmeister
2021-03-04feat: workspace diagnostics, jump to and improved styling (#599)fdschmidt93
2021-03-03feat: lsp diagnostics and prefiltering by entry attribute (#543)fdschmidt93