summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/lsp.lua
AgeCommit message (Expand)Author
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
2021-03-03fix: remove gotos because this breaks lua 5.1 (#583)TJ DeVries
2021-02-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
2021-02-22feat: Action improvements (#472)TJ DeVries
2021-01-27Undo #465 (#469)anott03
2021-01-25fix: move to actions.select as default action (#465)anott03
2020-12-27feat: all entry_makers are now overridable and icons for builtin.buffers (#364)tamago324
2020-12-20LSP check capabilities (#356)Senghan Bright
2020-12-19More colours (#351)Senghan Bright
2020-12-18Add more colour (#346)Senghan Bright
2020-12-14fix: Checks for next server on bufferTJ DeVries
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-12-09Feat: Opt in vim buffers for previewers (#298)Simon Hauser
2020-11-28feat: add lsp range code actions (#297)windwp
2020-11-26Refactor builtin (#287)Simon Hauser