summaryrefslogtreecommitdiff
path: root/lua/telescope/previewers/buffer_previewer.lua
AgeCommit message (Expand)Author
2021-01-30fix: dont error if the previewer is not able to set at the current timeTJ DeVries
2021-01-30fix: git branches previewer add nil check to cend (#478)Corentin Brunel
2021-01-24fix: allow previewer win customization (#460)Alvaro Muñoz
2021-01-23fix: escape filename for previewer and action (#456)elianiva
2021-01-22feat: add vim buffer directory viewer using plenary scandir.ls_async (#421)Simon Hauser
2021-01-19fix: error message too many open files (#432)Simon Hauser
2021-01-15fix: preview for unnamed buffers (#434)Simon Hauser
2021-01-15feat: show git log for remote branches (#428)Simon Hauser
2021-01-11refactor file_maker signature and fix scrolling (#412)Simon Hauser
2021-01-11fix: previewer windows fix (#371)Simon Hauser
2020-12-31fix: tags now work with hasktags (#375)Simon Hauser
2020-12-30feat: append mode for previewers.utils.job_maker (#372)Alvaro Muñoz
2020-12-29feat: All buffer previewers are now async and more config options (#354)Simon Hauser
2020-12-19Refactor previewers (#345)Simon Hauser