summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-18Respect sp, vsp, tabe mappings for buffers builtin (#99)Simon Hauser
Closes: #98
2020-09-18fix: Dropdown theme positioning #96Dave Lage
fix: Dropdown theme positioning
2020-09-18docs: Update readmerockerBOO
2020-09-18fix: Fixing positioning of dropdownrockerBOO
2020-09-18feat: add some tests and improve perfTJ DeVries
2020-09-18fix: Make tests pass againTJ DeVries
2020-09-17docs: Add theme image to docsrockerBOO
2020-09-17fix: Resolve many display issues with the dropdown theme (#95)Dave Lage
2020-09-17fix: Resolve many display issues with the dropdown themerockerBOO
2020-09-17wip: more work on config resolutionTJ DeVries
2020-09-17wip: Add for rockerTJ DeVries
2020-09-17fix: Don't error if we can't set cursor. Just try our bestTJ DeVries
2020-09-17feat: Improved previewers and cleanupTJ DeVries
2020-09-17fix: Don't fail if we can't save undo infoTJ DeVries
2020-09-17fix: Don't assume newlines are the reason the set brokeTJ DeVries
2020-09-17fix: Don't write to invalid buffersTJ DeVries
2020-09-17fix: Don't pass nil to scoring funcTJ DeVries
2020-09-17fix: Add nil checks for state when preview hasn't been initialized yet (#92)Corentin Brunel
2020-09-16feat: Easy Termopen for Previewer (#88)TJ DeVries
First pass, but seems to work. Fixed a few other related items, so pushing it to master now. * [WIP]: Wed 16 Sep 2020 05:17:10 PM EDT * [WIP]: Wed 16 Sep 2020 06:10:33 PM EDT * [WIP]: Wed 16 Sep 2020 06:19:43 PM EDT
2020-09-16Add sorter to live_grep (#61)Christian Clason
2020-09-16fix: use double dash to fix special filenames (#87)Oleg Matrokhin
Co-authored-by: Oleg Matrokhin <o.matrohin@softpro.com>
2020-09-16docs: Add theme documentation (#86) from rockerBOO/theme-documentationDave Lage
2020-09-16fix: Removing old languagerockerBOO
2020-09-16docs: Add theme documentationrockerBOO
2020-09-16feat: add builtin.lsp_code_actions (#77)TimUntersberger
* fix: use correct path separator on windows * fix: add utils.get_separator * asdf * feat: add builtin.commands * change commands sorter * change sorter * change sorter * feat: make it possible to specify the find_command for find_files * temp * feat: add find_command option for find_files * wip * fix: execute code action
2020-09-16feat: add scrolling in preview window (#47)haorenW1025
* feat: add scrolling in preview window refactor into two layers * remove redundant code * add error message for scroll_fn and send_input * consider count for preview scrolling
2020-09-16fix: Attempt more window closing updatesTJ DeVries
2020-09-16fix: At least close pum when open and closingTJ DeVries
2020-09-15fix: always have a dictionary for optsTJ DeVries
2020-09-15feat: Themes (#79)Dave Lage
Big shoutout to @rockerBOO for the idea and basically all the impl! * feat: Add dropdown layout strategy * Adding more docs. Working better with options * Refactor borders * Fix for spaces * Add preview to layout. Add Themes. * feat: themes Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-09-15feat: improve (?) performance of default sorterTJ DeVries
2020-09-15feat: (wip) current_buffer strategyTJ DeVries
2020-09-13Document the optional find_command setting (#74)Brandon Conway
2020-09-13feat: add find_command option for find_files (#73)TimUntersberger
2020-09-12feat: Add support for ripgrep in "find_files" builtin (#70)Corentin Brunel
* feat: Add support for ripgrep in "find_files" builtin * docs: Add mention about "ripgrep" for find_files builtin
2020-09-12wip: some more musings on resolving height and widthTJ DeVries
2020-09-12docs: Upgrade Full ExamplerockerBOO
2020-09-12docs: Upgrade ExamplesrockerBOO
2020-09-12feat: Adds shorten_path, show_all_buffers opts and fixes alignment (buffers ↵Simon Hauser
builtin) (#32)
2020-09-12feat: builtin.commands (#54)TimUntersberger
* fix: use correct path separator on windows * fix: add utils.get_separator * asdf * feat: add builtin.commands * change commands sorter * change sorter * change sorter
2020-09-12fix: typo (#64)Brandon Conway
2020-09-12fix: Error properly when using invalid layout strategyrockerBOO
2020-09-12docs: Add close mappingsrockerBOO
2020-09-12Example cleanuprockerBOO
2020-09-12Add nvim config examplerockerBOO
2020-09-12feat: Better border configuration.TJ DeVries
Started adding `resolve` which will allow you to do some really nice stuff easily with options to get the window options from a variety of inputs. You can see how we do it in pickers.lua for borders & borderchars currently.
2020-09-12fix: Pass cwd down correctly for find filesTJ DeVries
2020-09-12feat: make prime happy part 1TJ DeVries
2020-09-11nit: Always set a stateTJ DeVries
2020-09-11Merge pull request #59 from clason/patch-1Dave Lage
Restrict builtin find_files to files