summaryrefslogtreecommitdiff
path: root/lua/telescope/previewers
AgeCommit message (Expand)Author
2021-08-04fix: preview the correct man page section (#1076)zeertzjq
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-20fix: unknown filetype error message (#1034)Simon Hauser
2021-07-16fix: error from hopping faster than preview (#1006)fdschmidt93
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-01feat: Consistent and sensible layout_config (#922)TJ DeVries
2021-06-14feat: cycle previewers with commit and bcommit already using it (#528)Simon Hauser
2021-05-11fix: prevents flickering when first loading a buffer preview entry (#797)Michał Nowotnik
2021-05-11feat: add git_stash picker (#800)Amirreza Askarpour
2021-03-30fix: no longer leaking one buffer previewer in some occasions (#664)Simon Hauser
2021-03-07fix: only expand if we are not in_fast_event()Simon Hauser
2021-03-03docs: start documenting previewers (#574)Simon Hauser
2021-02-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
2021-02-26fix: change git previewers from using -P to --no-pager for better compatibili...Jae-Won Chung
2021-02-24feat: make buffer previewer default and deprecate bat previewer (#420)Simon Hauser
2021-02-12feat: buffer previewers ls is now colorized (#505)Simon Hauser
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-02-02remove bat env theme variable (#489)Raphael
2021-02-02feat: add sections opt for man_pages and fix for macos (#413)JINNOUCHI Yasushi
2021-02-01fix: remove env workaround for term_previewer (#482)Simon Hauser
2021-01-30fix: dont error if the previewer is not able to set at the current timeTJ DeVries
2021-01-30fix: no TS highlight if it gets loaded after Telescope (#479)elianiva
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
2021-01-09fix: use valid paths for term_previewer vimgrep and qflist (#402)JINNOUCHI Yasushi
2021-01-05fix: handle directories in windows with dir (term_previewer) (#395)Mike
2021-01-03fix: termopen previewer for powershell (#382)Simon Hauser
2021-01-01fix: make sure preview buffer is valid before writing to it (#376)Alvaro Muñoz
2020-12-31fix: tags now work with hasktags (#375)Simon Hauser
2020-12-31fix: has ts (#374)Simon Hauser
2020-12-30fix: add ts_parsers.ft_to_lang to detect lang (#373)fffed
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