index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
builtin
/
lsp.lua
Age
Commit message (
Expand
)
Author
2021-07-08
Consistent filepath display and code cleanup. (#839)
caojoshua
2021-06-14
chore: use plenary.strings and remove strings functions from utils (#690)
JINNOUCHI Yasushi
2021-06-10
feat: add filtering by symbol(s) to lsp_{document,workspace}_symbols (#903)
fdschmidt93
2021-05-06
handle errors from buf_request_sync (#819)
William Boman
2021-04-20
fix: support multiple clients in lsp code actions (#722)
William Boman
2021-04-20
lsp: Implement lsp.implementations similar to lsp.definitions (#743)
Viktor Kojouharov
2021-04-13
added a new DynamicFinder (which can be used with rust_analyzer) (#705)
oberblastmeister
2021-04-03
Fix #707: lsp_workspace_symbols add support for multiple clients. (#718)
ovikk13
2021-03-09
feat: lsp definitions (#631)
oberblastmeister
2021-03-04
feat: workspace diagnostics, jump to and improved styling (#599)
fdschmidt93
2021-03-03
feat: lsp diagnostics and prefiltering by entry attribute (#543)
fdschmidt93
2021-03-03
fix: remove gotos because this breaks lua 5.1 (#583)
TJ DeVries
2021-02-27
fix: a lot of small things and adds more customization for caret (#554)
Simon Hauser
2021-02-22
feat: Action improvements (#472)
TJ DeVries
2021-01-27
Undo #465 (#469)
anott03
2021-01-25
fix: move to actions.select as default action (#465)
anott03
2020-12-27
feat: all entry_makers are now overridable and icons for builtin.buffers (#364)
tamago324
2020-12-20
LSP check capabilities (#356)
Senghan Bright
2020-12-19
More colours (#351)
Senghan Bright
2020-12-18
Add more colour (#346)
Senghan Bright
2020-12-14
fix: Checks for next server on buffer
TJ DeVries
2020-12-09
ci: Add luacheck ci job (#317)
Simon Hauser
2020-12-09
Feat: Opt in vim buffers for previewers (#298)
Simon Hauser
2020-11-28
feat: add lsp range code actions (#297)
windwp
2020-11-26
Refactor builtin (#287)
Simon Hauser