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
/
actions
/
set.lua
Age
Commit message (
Expand
)
Author
2022-03-13
feat: improve UX with vim.notify (#1763)
tami5
2022-01-09
Revert "fix: folding when a file is opened (#1643)" (#1673)
Simon Hauser
2022-01-09
fix: folding when a file is opened (#1643)
Abel Mulugeta
2021-12-06
fix: ensure buffer is listed before edit_buffer (#1492)
Richard Lu
2021-11-13
feat: results scrolling actions (#1436)
Luke Kershaw
2021-09-16
fix: wrap vim.cmd in pcall to avoid error (#1247)
gavynriebau
2021-08-03
fix: fix `file_browser` on windows and potentially other file opens (#1026)
Luke Kershaw
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-07-17
fix: prevent error if preview scroll is triggered but no preview is available...
Abe Nonym
2021-07-14
refactor: move from telescope.path to plenary.path (#473)
anott03
2021-07-09
feat: cycle prompt history (#521)
Simon Hauser
2021-05-09
feat: jumplist picker and jump to row/col on existing buffers. (#813)
caojoshua
2021-04-22
docs: add other actions modules (#792)
TJ DeVries
2021-04-15
Fix: open files with the same name (#697) (#741)
Lars Haalck
2021-03-05
feat: define scroll speed + smart_send to qflist (#610)
elianiva
2021-02-27
fix: goto_file_selection performance issues, do not reload buffer if it is al...
oberblastmeister
2021-02-24
fix: scroll misbehaving + fixed jump to middle (#547)
elianiva
2021-02-24
feat: advanced normal mode (#463)
Simon Hauser
2021-02-22
feat: Action improvements (#472)
TJ DeVries