| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-23 | Register finder (#275) | Senghan Bright | |
| builtin: Registers finder. view and edit vim registers. | |||
| 2020-11-22 | Various previewer fixes (#260) | Simon Hauser | |
| - Set env vars for previewer with set_env({ key = value } fix #228) - Set pager for git previewes (default is GIT_PAGER=less so users can scroll see #253) - Use less for people who don't have bat but less installed - Reset less env to only '-RS' because '-X' will break scrolling(fix #253, thanks @eth3lbert) - Scrolling for buffer previewer(thanks @tami5 for helping) - Also new function to create buffer previewers (which has scrolling by default). Used for tags and help_tags previewer. - Add new setting set_env to readme | |||
| 2020-11-22 | docs: fix builtin table formatting (#272) | elianiva | |
| @elianiva | |||
| 2020-11-21 | feat: Add highlights builtin (#267) | Simon Hauser | |
| 2020-11-21 | Fixed minor typos (#271) | Xearty | |
| * Fixed a minor typo * Update README.md Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> | |||
| 2020-11-19 | Feat: Add filetypes builtin (#263) | Simon Hauser | |
| 2020-11-19 | Fix: cwd detection of builtin.git_ (#264) | YIQUN | |
| 2020-11-18 | Update issue templates | TJ DeVries | |
| 2020-11-17 | Reword customization section | Tami | |
| 2020-11-17 | Fix: set_opts_cwd function will only call git once (#256) | YIQUN | |
| 2020-11-17 | Edit introduction | Tami | |
| 2020-11-17 | Complete rewrite of README (#216) | tami5 | |
| Many thanks tami5 - New structure: - Getting Started - Customization - Built-in pickers - API - Media - Gallery - FAQ - Contributing Co-authored-by: Patrick Lambein <patrick@lambein.name> | |||
| 2020-11-17 | Fix: check if opts.cwd is a git directory, not opts (#252) | YIQUN | |
| 2020-11-16 | Update attach_mappings to use new actions api (#249) | Simon Hauser | |
| 2020-11-16 | Fix #250 (#251) | Simon Hauser | |
| 2020-11-16 | feat: Add tags (#219) | Simon Hauser | |
| 2020-11-16 | feat: Add git builtins (#240) | Simon Hauser | |
| Conni2461 is a great coder and contributor :) | |||
| 2020-11-16 | Merge pull request #246 from parmort/rework-help-preview | Senghan Bright | |
| [RFC] Fix help_tags previewer | |||
| 2020-11-16 | feat: Allow overriding actions from mappings (#248) | TJ DeVries | |
| 2020-11-16 | Delete more debug things | Nolan Prochnau | |
| 2020-11-15 | fix: use vim.lsp.diagnostic instead of deprecated util function. (#244) | Senghan Bright | |
| 2020-11-15 | Delete debug output | Nolan Prochnau | |
| 2020-11-15 | Refactor to make logic less intense | Nolan Prochnau | |
| 2020-11-15 | Manually search through tags | Nolan Prochnau | |
| Probably slower, but the builtin `taglist()` only looks at the first file in 'tags', not ideal for this application. This can probably be cleaned up a little. | |||
| 2020-11-15 | Have plugin tags previewed | Nolan Prochnau | |
| Still doesn't update for multiple files, but the first file in the taglist is shown, so that's a start? | |||
| 2020-11-15 | fix lsp_code_action error when no code action available (#243) | YIQUN | |
| the results variable can be nil when there's no code action available, check for nil results before checking the length | |||
| 2020-11-15 | Merge pull request #230 from parmort/rework-helptags | tami5 | |
| Rework helptags builtin, including helps tags from installed plugins | |||
| 2020-11-14 | feat: Add built-in to search keymaps (#191) | Carlos Hernandez | |
| * Add built-in to search keymaps * Re-factor maps for cleaner codes Rather than use function to return a results table for various key maps. Assign results the key maps table itself. This makes for cleaner code. * Keymaps: escape termcodes using built-in util * Rename builtin.maps to builtin.keymaps | |||
| 2020-11-13 | Fix git files in non-git directories (#239) | Anirudh Haritas Murali | |
| 0 is not a false value in Lua. Compare to 1 to check if it is a git directory. Fixed error syntax. | |||
| 2020-11-13 | fix: Multiple Previewer fixes (#225) | Simon Hauser | |
| Fixes previews for files beginning with ~/ Previewer will now show directories Fix if clause with vim.fn.executable | |||
| 2020-11-13 | fix: #236 | TJ DeVries | |
| 2020-11-13 | fix: Update for org | TJ DeVries | |
| 2020-11-13 | fix: selection_strategies row and follow (#218) | Simon Hauser | |
| 2020-11-13 | feat: Add c-v, c-x, c-t to help_tags (#229) | tami5 | |
| 2020-11-10 | Add documentation of the help_tags builtin | Nolan Prochnau | |
| 2020-11-09 | Rename and simplify make_entry function | Nolan Prochnau | |
| 2020-11-09 | Remove hardcoded tags | Nolan Prochnau | |
| 2020-11-09 | Grab helptags from all paths defined in rtp | Nolan Prochnau | |
| 2020-11-05 | Cat will no longer display binary files (#224) | Simon Hauser | |
| 2020-11-03 | Feat: convert options if it is table type in lua (#220) | Raphael | |
| * support custom list type commands * update command usage | |||
| 2020-11-02 | feat: v1 options menu (#133) | Senghan Bright | |
| Still has a bunch of improvements that can be done, but wanted to merge in some of the related changes. * options parser * wip: vimoptions finder * feat: pre-populate ex-command line with `:set foo=` * use options current value when populating command line * fix: use result.raw_value to store original option value * . * options: Continue work on option finder * [WIP]: Tue 27 Oct 2020 10:34:09 PM EDT * [WIP]: Mon 02 Nov 2020 08:20:13 PM EST * [WIP]: Mon 02 Nov 2020 09:04:23 PM EST Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> | |||
| 2020-11-02 | fix: #211 | TJ DeVries | |
| 2020-11-02 | feat: Actions can now be summed up and center action (#204) | Simon Hauser | |
| Closes: #182 * Actions can now be summed up and center action * fix: Make some complicated changes for metatable * Update documentation Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> | |||
| 2020-11-01 | rewrite command of telescope (#197) | Raphael | |
| * rewrite command of telescope * add complete support * add comment * rewrite get builtin list * Update README.md * use vim.tbl_keys function * rewrite complete-list | |||
| 2020-10-30 | fix: Update documentation about setting custom maps for a picker | TJ DeVries | |
| 2020-10-30 | feat: Closes #205 | TJ DeVries | |
| 2020-10-30 | nit: this is a temporary change | TJ DeVries | |
| 2020-10-28 | Fix find_command for find_files when using find executable (#199) | Simon Hauser | |
| Closes: #193 | |||
| 2020-10-28 | feat: Get BAT_THEME var from environment (#200) | Spencer Gilbert | |
| Closes: #196 | |||
| 2020-10-27 | feat: Added some docs & validation | TJ DeVries | |
