summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2021-02-27feat: allow git_* to use vim pwd over git root (#563)Tom
2021-02-26fix: proper multibytes chars alignment (#560)elianiva
2021-02-26fix: change git previewers from using -P to --no-pager for better compatibili...Jae-Won Chung
2021-02-24feat: Add vim docs & generators (#370)TJ DeVries
2021-02-24fix: scroll misbehaving + fixed jump to middle (#547)elianiva
2021-02-24feat: make buffer previewer default and deprecate bat previewer (#420)Simon Hauser
2021-02-24feat: adds M mapping in normal mode (#544)Hubert Pelczarski
2021-02-24feat: advanced normal mode (#463)Simon Hauser
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
2021-02-22feat: Action improvements (#472)TJ DeVries
2021-02-12feat: add 'follow' opt to find_files (#530)Asbjørn Håland
2021-02-12feat: buffer previewers ls is now colorized (#505)Simon Hauser
2021-02-12fix: git_commits when a commit has no message (#529)Danilo Luvizotto
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-02-09hotfix: displayer showing now items on windows (#515)JINNOUCHI Yasushi
2021-02-08feat: show all sections in man_pages (#512)JINNOUCHI Yasushi
2021-02-04nit: Abstract some functions (#498)TJ DeVries
2021-02-04feat: Open quickfix list on it's own action (#497)Tae Sandoval
2021-02-02Add user autocmd TelescopeFindPre (#491)Raphael
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-31support custom table type keyword (#450)Raphael
2021-01-31fix: Multi byte truncate for displayer (#464)JINNOUCHI Yasushi
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-28feat: allow a callback to be called on on_lines update (for filtering tags fr...Senghan Bright
2021-01-27Undo #465 (#469)anott03
2021-01-25fix: move to actions.select as default action (#465)anott03
2021-01-25feat: support different languages for help_tags if helpfiles are available in...JINNOUCHI Yasushi
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-22fix: fnameescape in from_entry (#454)Simon Hauser
2021-01-22fix: escape filename before opening it (#453)elianiva
2021-01-20grep_string/live_grep support multiple dirs (#448)tami5
2021-01-19feat: add ignore_current_buffer opt to builtin buffers (#444)relnod
2021-01-19fix: error message too many open files (#432)Simon Hauser
2021-01-18Substring matcher (#443)Senghan Bright
2021-01-17feat: Add option to set initial_mode (#442)wordhou
2021-01-17improve conver_user_opts function readable (#441)Raphael
2021-01-16feat: allow to list files in git submodules (#329)Massimo Redaelli
2021-01-16support convert custom command arg (#439)Raphael
2021-01-15fix: preview for unnamed buffers (#434)Simon Hauser
2021-01-15feat: show git log for remote branches (#428)Simon Hauser
2021-01-12fix #426 (#427)Simon Hauser
2021-01-12fix #385 (#422)Simon Hauser
2021-01-12fix: git_branch only remove remotes/origin part (#423)JINNOUCHI Yasushi
2021-01-11feat: only_search_text (#419)TJ DeVries