summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14chore: changelog for 473 (#992)Simon Hauser
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-14fix: builtin `find_files`, `find` command `win32` check == 0 (#989)Luke Kershaw
2021-07-13feat: add Windows `where` file finder command (#979)Luke Kershaw
2021-07-12chore: define undefined variable in config example (#976)Ole
2021-07-11fix: for closed buffer in tagstack picker (#972)caojoshua
2021-07-11refactor: Jumplist picker uses quickfix entry maker. Delete jumplist entry ma...caojoshua
2021-07-10fix: pasting multiline register content (#971)toppair
2021-07-09docs: Normalize README, fix typos (#966)adrian5
2021-07-09hotfix: just only false to disableSimon Hauser
2021-07-09feat: cycle prompt history (#521)Simon Hauser
2021-07-09docs: Fixed a typo on CONTRIBUTING file (#969)Jesús Lapastora
2021-07-08fix: wrong information in changelogSimon Hauser
2021-07-08Consistent filepath display and code cleanup. (#839)caojoshua
2021-07-03docs: Removed comment on nightly in `README` (#954)Ashish Panigrahi
2021-07-03feat: option to `include_extensions` in `builtin` picker (#953)Luke Kershaw
2021-07-03feat: select_all, toggle_all and drop_all actions (#931)fdschmidt93
2021-07-02feat: `selection_strategy` closest (#885)Tom
2021-07-02fix: table number option extend (#947)Luke Kershaw
2021-07-01feat: Consistent and sensible layout_config (#922)TJ DeVries
2021-06-27fix: display issues in `:Telescope registers` (#940)Luke Kershaw
2021-06-14feat: cycle previewers with commit and bcommit already using it (#528)Simon Hauser
2021-06-14chore: use plenary.strings and remove strings functions from utils (#690)JINNOUCHI Yasushi
2021-06-12Merge pull request #908 from Conni2461/fix_rg13Christian Clason
2021-06-12fix: ripgrep 13Simon Hauser
2021-06-10feat: add filtering by symbol(s) to lsp_{document,workspace}_symbols (#903)fdschmidt93
2021-06-10feat: improved configuration and sorting of lsp_{document,workspace}_diagnost...fdschmidt93
2021-06-10docs: fix navigation link for LSP pickers (#904)jpe90
2021-06-09feat: delete entry from the picker without closing telescope (#828)Dhruv Manilawala
2021-06-09feat: set defaults for each picker in telescope setup (#883)Simon Hauser
2021-06-06docs: update builtin.file_browser options (#887)David Mejorado
2021-06-06fix: search_dirs in builtin.grep_string (#897)the continium
2021-06-03docs: add more builtin.buffers documentation (#888)Gwarnifarn
2021-06-01fix: correctly check output of git worktree command (#882)Jose Alvarez
2021-05-31feat: add prefiltering to treesitter picker (#879)fdschmidt93
2021-05-31feat: send to loclist (#868)runiq
2021-05-30Change the `show_all_buffers` option to true by default for `buffers` picker ...Ben Smith
2021-05-30Add documentation for quickfix actions (#869)runiq
2021-05-30fix: attempt to concatenate when entry.kind == nil or or symbol_type == nil (...Alex Mastro
2021-05-27Make comment match with config (#870)Samuel Yvon
2021-05-27Add Ivy ThemeDave Lage
2021-05-26fix: abort picker set_selection if no manager (#866)kaddkaka
2021-05-16fix: string.find() matching for only_cwd option (builtin.buffers) (#849)Damon Timm
2021-05-15feat: add ivy-style layout strategy (#771)TJ DeVries
2021-05-15Reset multi-selection in Picker:refresh() (#830)Tom Praschan
2021-05-15doc: Add related projectsTJ DeVries
2021-05-13Docs for builtin pickers (#783)Ben Smith
2021-05-11fix: prevents flickering when first loading a buffer preview entry (#797)Michał Nowotnik
2021-05-11fix: add git_stash field to builitn (#836)saadparwaiz1
2021-05-11fix: rename `actions.git_switch` to `git_switch_branch` (#835)Kyoichiro Yamada