summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
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-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-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-15feat: Remove version field if zero from codeaction calls (#738)Matsu
2021-09-13fix: default make_entry (#1239)Simon Hauser
2021-09-13fix: make qf commands possible from any picker (#1237)fdschmidt93
2021-09-12feat: smart path (#914)qualious
2021-09-12fix: add no more flags delimiter for ripgrep (#1217)Chase Colman
2021-09-12feat: lsp type definitions (#1224)Rodrigodd
2021-09-10feat: checkhealth (#1066)Senghan Bright
2021-09-10fix: stale lnum in buffer previewer (#1229)fdschmidt93
2021-09-10feat: git merge branch action (#1220)thibthib18
2021-09-10fix: jump to tag if buffer has unsaved changes (#1230)Simon Hauser
2021-09-09fix: restoring picker table/function opts (#1205)fdschmidt93
2021-09-09perf: load builtin submodules when a picker is invoked (#1191)Dhruv Manilawala
2021-09-09Add word to prompt title for grep string (#1184)Dheepak Krishnamurthy
2021-09-07fix(actions_generate.which_key): overriding opts (#1221)August Masquelier
2021-09-05fix(lsp): Handle new signature for lsp handlersTJ DeVries
2021-09-02fix: clear buffer previewer fully for caching (#1201)fdschmidt93
2021-09-02fix(picker): incorrect git stash picker command (#1195)Phelipe
2021-09-01fix: string `display` for builtin.pickers (#1194)fdschmidt93
2021-09-01feat: show keymaps for builtin actions (#1084)fdschmidt93
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-09-01fix(pickers): initial normal mode (#1165)fdschmidt93
2021-09-01doc: generate docgenSimon Hauser
2021-09-01feat: add utility for fetching buffer directory (#902)Logan Connolly
2021-09-01fix: Should not block on git commands (#1176)TJ DeVries
2021-09-01fix: autocommands cursor outside of buffer (#1157)Omar Zeghouani
2021-08-26fix: Fix line endings for windows (#1169)TJ DeVries
2021-08-25fix(ts-highlighting): get hl name from the capture (#1166)Dhruv Manilawala
2021-08-23fix: safer teardown of buffer previewer (#1158)fdschmidt93
2021-08-23fix(pickers): attach_mappings on builtins.buffers needs return (#1155)Aiden Scandella
2021-08-23fix: (terminal) buffer previewer (#1120)fdschmidt93
2021-08-23refactor(pickers): remove additional fileopen (#1154)tami5
2021-08-23pickers(*): Add support for &tags (#1122)Emilia Simmons
2021-08-21hotfix: should have been there but wasntSimon Hauser
2021-08-21fix: for default sorters so we dont sort data after ordinal len if #prompt ==...Simon Hauser
2021-08-21fix(pickers): config mappings (#1147)Simon Hauser
2021-08-21fix: some improvements for telescope.symbols if run in insert mode (#1117)Simon Hauser
2021-08-21fix(command_parser): pcall for the loadstring (#1134)Luke Kershaw
2021-08-20fix: Close async oneshot jobs on finder:close (#1140)TJ DeVries
2021-08-20startup: load once and only when called for devicons (#1139)TJ DeVries
2021-08-20feat: Use nvim_buf_set_extmark right_align to do the magic for us (#1138)TJ DeVries
2021-08-20fix(sorters): fix sorters running after destroy, which can segfault (#1137)TJ DeVries
2021-08-20mapping: Remove center action after select_default action in default mappings...Joshua Cao