| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-27 | fix: attempt to fix problem for tami, hopefully no more error | TJ DeVries | |
| 2020-10-27 | Fix error message (#198) | Jan Šipr | |
| 2020-10-25 | feat: Add ability to turn off devicon colors | TJ DeVries | |
| 2020-10-25 | feat: Improve filtering ideas for sorters. | TJ DeVries | |
| 2020-10-24 | Add telescopes provider (#168) | Simon Zeng | |
| Amendment: replace the old `builtin` | |||
| 2020-10-24 | feat: turn on matching colors by default, since people do not know about it | TJ DeVries | |
| 2020-10-24 | feat: Use colors from nvim-devicons | TJ DeVries | |
| 2020-10-20 | feat: Add a sorter using the fzy algorithm (#184) | swarn | |
| * Add a sorter using the fzy algorithm * Reformat fzy.lua Also, update author attribution. * Remove constansts from fzy module Replace a few of the useful ones with getter functions that make it clear they're not modifiable. * Change names of fzy constant getters * fixup: some small nit picks Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> | |||
| 2020-10-20 | fix: trim spaces from prompt string | TJ DeVries | |
| 2020-10-19 | fix: use results_height and results_width from config (#171) | Bastien Rivière | |
| 2020-10-19 | feat: Add ability to configure default sorters | TJ DeVries | |
| 2020-10-19 | Ensure git_files uses the git root directory as cwd (#180) | Malcolm Ramsay | |
| * fix: Ensure git_files uses the git root directory as cwd This sets the cwd option of the git_files builtin to use the root of the git directory when the cwd option doesn't already exist. When git lists files, it is relative to the root of the git directory, rather than the current working directory. This caused problems when using git_files in a subdirectory of the git root (see #174). This commit fixes the issue by always setting the cwd as the root of the git directory. * ref: Use neovim's system caller for command This removes the need for an additional lua function to extract the shell response, making use of inbuilt vim functionality. | |||
| 2020-10-19 | docs: Remove coming soon language. | Dave Lage | |
| 2020-10-18 | docs: Remove Optional from Table of Contents | Dave Lage | |
| 2020-10-18 | docs: Add Table of Contents | Dave Lage | |
| 2020-10-17 | refactor: prompt->prompt_title (#169) | Alvaro Muñoz | |
| * refactor: prompt->prompt_title ; prompt_prefix->prompt_text * undo prompt_prefix rename * undo prompt_prefix rename | |||
| 2020-10-15 | fix: Use entry maker for marks | TJ DeVries | |
| 2020-10-12 | Add Colorscheme and Marks Support and Telescope Commands (#167) | Raphael | |
| * Add Telescope Commands * Add Colorscheme support * Add Command for coloscehme * add marks support * rename commad | |||
| 2020-10-10 | fix: Clason is a miracle worker (#172) | Christian Clason | |
| Adds the `-R` flag to `less` for the other code path as well, which is called for `grep` and `workspace_symbols`. | |||
| 2020-10-09 | fix: Use R for less so it's not bad | TJ DeVries | |
| 2020-10-09 | fix: Add 'use_less' config value | TJ DeVries | |
| 2020-10-08 | feat: Add a test file | TJ DeVries | |
| 2020-10-08 | feat: Add makefile for testing purposes | TJ DeVries | |
| 2020-10-08 | fix: #125 | TJ DeVries | |
| 2020-10-08 | fix: #140 | TJ DeVries | |
| 2020-10-08 | feat: Add scroll_strategy = 'cycle' | TJ DeVries | |
| 2020-10-08 | nit: Log when we fail with a busted bufnr | TJ DeVries | |
| 2020-10-08 | feat: Do a bit better sorting for command history | TJ DeVries | |
| To be honest, I'm not 100% sure this is fantastic, but it's definitely a step in the right direction for command history. Closes: #150 | |||
| 2020-10-08 | fix: README update | TJ DeVries | |
| 2020-10-08 | fix: Allow people to still override ALL the mappings | TJ DeVries | |
| 2020-10-08 | feat: Add more easily customizable mappings. | TJ DeVries | |
| Closes: #131 | |||
| 2020-10-08 | fix: Do not wrap lines and allow scrolling in ranged options | TJ DeVries | |
| 2020-10-08 | fix: Select only the desired value in resolvers | TJ DeVries | |
| 2020-10-08 | Revert "fix picking height as width (#157)" (#158) | Dave Lage | |
| This reverts commit c6716a5f6a496c1eba637e100136f9466b313c9e. | |||
| 2020-10-08 | docs: Disallude setup terminology | rockerBOO | |
| 2020-10-08 | fix picking height as width (#157) | Alvaro Muñoz | |
| 2020-10-08 | fix: preview_cutoff to always show on dropdown theme (#156) | Dave Lage | |
| 2020-10-08 | temp: Removing redraw for now to see if it feels slower or faster for people | TJ DeVries | |
| 2020-10-08 | fix: Remove space that I did not mean to add | TJ DeVries | |
| 2020-10-08 | feat: prompt_prefix option (#154) | Alvaro Muñoz | |
| * enable prompt_prefix option * add hl and default value * default hl and prefix * fixup: move the redraw til after prompt create * fixup: nits Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> | |||
| 2020-10-08 | fix: Shortcircuit on nil entries and do not allow string entries | TJ DeVries | |
| 2020-10-08 | fix: Respect cmdheight and laststatus | TJ DeVries | |
| 2020-10-08 | feat: ALPHA Add layout_defaults and layout_config options | TJ DeVries | |
| 2020-10-08 | fix: Remove useless prompt_title | TJ DeVries | |
| 2020-10-08 | fix: Scrolls past bottom line | TJ DeVries | |
| 2020-10-08 | fix: Don't consider 1 as a percentage for resolve | TJ DeVries | |
| Fixes: #155 | |||
| 2020-10-07 | fix: Changed git command to show all files inside project (#129) | Norlock | |
| 2020-10-07 | Fix help preview and add highlighting to search result (#124) | Senghan Bright | |
| * fix: make sure that `$VIMRUNTIME/doc/tags` is in `tags` path * feat: highlight matched topic in helptags preview * fixup: Use previewer setup and teardown Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> | |||
| 2020-10-07 | feat: Manpages finder (output of apropos) (#134) | Senghan Bright | |
| First edition. Sometimes weird things can happen with the previewer, but I think I got it 99% working. * feat: Manpages finder (output of apropos) * fixup: Add previewer and fix comments Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> | |||
| 2020-10-07 | feat: Use metatables to use less memory (#152) | TJ DeVries | |
| Instead of storing everything in key / value pair hashes, we store as much as possible in an array and then reference the items in the array using metatables. This provides us with a much lower memory footprint and just one level of table lookup indirection (so I think the speed will not be noticeably different) | |||
