summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-26feat: separate higlight for titles in picker windows (#1362)Luke Kershaw
2021-10-24fix: missing check for negative index in cycle scrolling (#1372)Vsevolod
2021-10-24fix: opts.git_command for files, commits, bcommits (#1374)Simon Hauser
2021-10-24fix: Exclude unlisted lsp buffers in oldfiles picker (#1219)A. Schueler
2021-10-24docs: fix typo in qflist_previewer's default value (#1363)nickelc
2021-10-21fix: always remove previous caret when change selection (#1364)Luke Kershaw
2021-10-20fix: preview title key and a bug with dynamic_title (#1350)Simon Hauser
2021-10-20feat: recalculate picker layout on `VimResized` (#959)Luke Kershaw
2021-10-19fix(tags): wrong path separator on Windows (#1354)x1314aq
2021-10-12fix: Bug with nil action error (#1340)Rafael Delboni
2021-10-12feat: filtering for dynamic workspace symbols (#1336)fdschmidt93
2021-10-12fix: loclist can have non current buf entries (#1333)fdschmidt93
2021-10-11feat: add `gg` and `G` to default mappings (#1325)Zachary Churchill
2021-10-11fix: highlighting when `color_devicons=false` (#1328)Jean-Luc Bastarache
2021-10-09fix: alias cwd_only and only_cwd option for buffers and oldfiles (#1316)Patrick Ziegler
2021-10-09fix: processed count to exclude entries that got ignored in make_entry (#1323)Simon Hauser
2021-10-09fix: check also fdfind in healthcheck (#1318)Jakub Łuczyński
2021-10-09fix: scroll_strategy limit + sorting_strategy descending (#1322)Simon Hauser
2021-10-09fix: set scrolloff in local not global scope (#1319)Jakub Łuczyński
2021-10-09fix: scroll_strategy limit (#1320)koopa1338
2021-10-08feat: Add scrolling through results (#1232)TJ DeVries
2021-10-07fix: code action for rust analyzer (#1311)Simon Hauser
2021-10-06fix(healthcheck): migrate to new lua pattern (#1310)Javier Lopez
2021-10-04fix: stacking highlights in buffer previewer (#1294)fdschmidt93
2021-10-04feat: more prompt position strategies (#1280)Luke Kershaw
2021-10-04chore: highlight which_key on README (#1298)fdschmidt93
2021-09-30fix: which key float positioning (#1293)fdschmidt93
2021-09-27fix: show error message when nothing is selected (#1289)Jonas Strittmatter
2021-09-27fix highlight declaration of 'TelescopePreviewMessageFillchar' (#1290)Sávio Carlos Martins Costa
2021-09-27feat: filetype_hook & improved docs; fix preview partial override (#1273)fdschmidt93
2021-09-27feat: add highlight group: TelescopePreviewMessage (#1286)Sávio Carlos Martins Costa
2021-09-26fix: print error mesage and dont close telescope if nothing is selected (#1285)Simon Hauser
2021-09-26fix: tags now also support suppercollider tags (#1284)Simon Hauser
2021-09-22fix: help_tags if file_ignore_patterns = { "doc" } is set (#1279)Rafael A. Madriz
2021-09-22fix(lsp): check if action.command.arguments is nil (#1274)Jose Alvarez
2021-09-20feat(defaults): enable customization of path_display.truncate (#1264)tami5
2021-09-19feat: `truncate` option for `path_display` (#1254)Luke Kershaw
2021-09-19fix: update themes after `layout_strategies` refactor (#1262)Luke Kershaw
2021-09-19fix: adjust layout positioning for new indexing (#1260)Luke Kershaw
2021-09-19fix: pickers use entry.filename as default and fallback to entry.value for fi...TheLeoP
2021-09-19feat: `layout_strategies` refactor (#1039)Luke Kershaw
2021-09-19fix(builtin): internal.help_tags not finding all tags (#1258)Javier Lopez
2021-09-17fix: stacked hooks in buffer previewer (#1253)fdschmidt93
2021-09-17chore(form): render checkhealth as markdownChristian Clason
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-09-16fix: wrap vim.cmd in pcall to avoid error (#1247)gavynriebau
2021-09-16feat: support <pattern> for git-for-each-ref (git_branches) (#1248)Anthony Nichols
2021-09-16fix: rework developers.mdJulian Fricker
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser