summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Expand)Author
2021-03-09nit: Don't reset highlights on detachTJ DeVries
2021-02-28fix: entry_prefix if selection_caret > entry_prefix (#572)Simon Hauser
2021-02-27feat: multi selection. Only integrates with send_selected_to_qflist (#551)TJ DeVries
2021-02-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
2021-02-22feat: Action improvements (#472)TJ DeVries
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-02-04nit: Abstract some functions (#498)TJ DeVries
2021-02-02Add user autocmd TelescopeFindPre (#491)Raphael
2021-01-28feat: allow a callback to be called on on_lines update (for filtering tags fr...Senghan Bright
2021-01-24fix: allow previewer win customization (#460)Alvaro Muñoz
2021-01-17feat: Add option to set initial_mode (#442)wordhou
2021-01-11feat: quickfix (#293)TJ DeVries
2021-01-05feat: add actions.get_current_line (#391)oberblastmeister
2020-12-21feat: Add better highlighting and new CI abilities (#355)TJ DeVries
2020-12-18Revert "fix: Better highlights (#344)" (#350)Senghan Bright
2020-12-18fix: Better highlights (#344)TJ DeVries
2020-12-18fix results count padding (#348)Senghan Bright
2020-12-11Fix: scroller for descending (#327)Simon Hauser
2020-12-10refactor: Move scroller into own testable moduleTJ DeVries
2020-12-10Revert "fix: cycle scroll when num_results is small (#316)"TJ DeVries
2020-12-10fix: cycle scroll when num_results is small (#316)aca
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-12-03Fix file_ingore_patterns for tags and lsp (#309)Simon Hauser
2020-11-23feat: Buffers rework (indicators and sorting) (#208)Simon Hauser
2020-11-23feat: v0.1 of extensions (#278)TJ DeVries
2020-11-16feat: Allow overriding actions from mappings (#248)TJ DeVries
2020-11-13fix: #236TJ DeVries
2020-11-13fix: selection_strategies row and follow (#218)Simon Hauser
2020-11-02feat: v1 options menu (#133)Senghan Bright
2020-10-30feat: Closes #205TJ DeVries
2020-10-27fix: attempt to fix problem for tami, hopefully no more errorTJ DeVries
2020-10-25feat: Add ability to turn off devicon colorsTJ DeVries
2020-10-25feat: Improve filtering ideas for sorters.TJ DeVries
2020-10-24feat: Use colors from nvim-deviconsTJ DeVries
2020-10-20fix: trim spaces from prompt stringTJ DeVries
2020-10-19fix: use results_height and results_width from config (#171)Bastien Rivière
2020-10-17refactor: prompt->prompt_title (#169)Alvaro Muñoz
2020-10-08feat: Add scroll_strategy = 'cycle'TJ DeVries
2020-10-08nit: Log when we fail with a busted bufnrTJ DeVries
2020-10-08feat: Do a bit better sorting for command historyTJ DeVries
2020-10-08feat: Add more easily customizable mappings.TJ DeVries
2020-10-08temp: Removing redraw for now to see if it feels slower or faster for peopleTJ DeVries
2020-10-08feat: prompt_prefix option (#154)Alvaro Muñoz
2020-10-08fix: Respect cmdheight and laststatusTJ DeVries
2020-10-08feat: ALPHA Add layout_defaults and layout_config optionsTJ DeVries
2020-10-08fix: Remove useless prompt_titleTJ DeVries
2020-10-08fix: Scrolls past bottom lineTJ DeVries
2020-10-06fix: Reduce memory leaks (#148)TJ DeVries
2020-10-04fix: Results height configurable. Properly collapse on border = falserockerBOO