summaryrefslogtreecommitdiff
path: root/lua/telescope/previewers.lua
AgeCommit message (Expand)Author
2020-12-19Refactor previewers (#345)Simon Hauser
2020-12-17Fix builtin.builtin again and add TelescopePreviewMatch hlgroup (#342)Simon Hauser
2020-12-17Update autocmd, highlights and help_tags previewers (#332)Simon Hauser
2020-12-17Fix: Use plenary.filetype.detect and remove own filetype detect (#326)Simon Hauser
2020-12-15fix: typo (#339)eth3lbert
2020-12-10fix: fix non escaped bat theme (#319)Alessandro Martini
2020-12-10Fix: filetype guesser (#321)Simon Hauser
2020-12-09fix: Don't require ts at mod levelTJ DeVries
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-12-09Feat: Opt in vim buffers for previewers (#298)Simon Hauser
2020-12-02new builtin - autocommands (#302)Senghan Bright
2020-11-28Fix builtin.builtin for lsp and git modules (#300)Simon Hauser
2020-11-28Remove less from default termopen_env (#295)Simon Hauser
2020-11-26Refactor builtin (#287)Simon Hauser
2020-11-23feat: Buffers rework (indicators and sorting) (#208)Simon Hauser
2020-11-22Various previewer fixes (#260)Simon Hauser
2020-11-21feat: Add highlights builtin (#267)Simon Hauser
2020-11-16Fix #250 (#251)Simon Hauser
2020-11-16feat: Add tags (#219)Simon Hauser
2020-11-16feat: Add git builtins (#240)Simon Hauser
2020-11-16Delete more debug thingsNolan Prochnau
2020-11-15Delete debug outputNolan Prochnau
2020-11-15Refactor to make logic less intenseNolan Prochnau
2020-11-15Manually search through tagsNolan Prochnau
2020-11-15Have plugin tags previewedNolan Prochnau
2020-11-13fix: Multiple Previewer fixes (#225)Simon Hauser
2020-11-05Cat will no longer display binary files (#224)Simon Hauser
2020-10-28feat: Get BAT_THEME var from environment (#200)Spencer Gilbert
2020-10-10fix: Clason is a miracle worker (#172)Christian Clason
2020-10-09fix: Use R for less so it's not badTJ DeVries
2020-10-09fix: Add 'use_less' config valueTJ DeVries
2020-10-08fix: Do not wrap lines and allow scrolling in ranged optionsTJ DeVries
2020-10-07Fix help preview and add highlighting to search result (#124)Senghan Bright
2020-10-07feat: Manpages finder (output of apropos) (#134)Senghan Bright
2020-10-04fix: Pass --paging=always to bat (#142)Kamal Marhubi
2020-09-25feature: Vim help-tags picker (#117)Senghan Bright
2020-09-24wip: Add some stuff for nvim_fileTJ DeVries
2020-09-23fix: adding a nil check to self.state when the window is too narrow for a pre...Fahad RIaz
2020-09-17feat: Improved previewers and cleanupTJ DeVries
2020-09-17fix: Add nil checks for state when preview hasn't been initialized yet (#92)Corentin Brunel
2020-09-16feat: Easy Termopen for Previewer (#88)TJ DeVries
2020-09-16fix: use double dash to fix special filenames (#87)Oleg Matrokhin
2020-09-16feat: add scrolling in preview window (#47)haorenW1025
2020-09-11nit: Always set a stateTJ DeVries
2020-09-11feat: make buffer work much betterTJ DeVries
2020-09-09fix: don't accidentally mess with stateTJ DeVries
2020-09-07fix: set some opts for batTJ DeVries
2020-09-07fix: Close termopen jobs when doneTJ DeVries
2020-09-06View the planets (#12)smolck
2020-09-06added treesitter builtin (#31)Brian Ryall