summaryrefslogtreecommitdiff
path: root/lua/telescope/previewers/utils.lua
AgeCommit message (Expand)Author
2023-01-30fix: wrap nvim_buf_set_option in a protected call (#2346)Kalka
2022-10-08fix: preview = true (#2168)Simon Hauser
2022-09-04fix: previewer if custom_captures are set (#2156)Simon Hauser
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-01break: cleanup preview.treesitter language setting (#1612)marcel
2022-03-10fix: man_pages previewer, respecting MANPATH and apropos output parsing (#1764)Simon Hauser
2021-11-30fix(highlight): Use TS built-in is_enabled function (#1513)Patrick Ziegler
2021-09-27feat: filetype_hook & improved docs; fix preview partial override (#1273)fdschmidt93
2021-09-17fix: fallback to syntax hl if treesitter fails (#1249)fdschmidt93
2021-09-16feat: skip/timeout preview if file cannot be easily previewed (#1231)fdschmidt93
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-20fix: unknown filetype error message (#1034)Simon Hauser
2021-03-30fix: no longer leaking one buffer previewer in some occasions (#664)Simon Hauser
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-01-30fix: no TS highlight if it gets loaded after Telescope (#479)elianiva
2021-01-11refactor file_maker signature and fix scrolling (#412)Simon Hauser
2021-01-01fix: make sure preview buffer is valid before writing to it (#376)Alvaro Muñoz
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