| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-10 | Fix treesitter table | Dave Lage | |
| 2020-12-10 | Formatting | Dave Lage | |
| 2020-12-10 | Make smaller targetable lists for pickers | Dave Lage | |
| 2020-12-10 | Extend context in intro. | Dave Lage | |
| 2020-12-10 | Update pickers links | Dave Lage | |
| 2020-12-10 | Use lowercase to be consistent | Dave Lage | |
| 2020-12-10 | Use local extensions section. | Dave Lage | |
| 2020-12-10 | Update link for pickers | Dave Lage | |
| 2020-12-10 | Lots of README changes (#324) | Dave Lage | |
| * Lots of README changes * fix: Grammar * Re-order pickers/extensions | |||
| 2020-12-10 | List all nvim-telescope extensions. | Dave Lage | |
| 2020-12-10 | fix typo (#322) | Eli Flanagan | |
| 2020-12-10 | Feat: symbols json picker (#303) | Simon Hauser | |
| 2020-12-09 | Feat: Opt in vim buffers for previewers (#298) | Simon Hauser | |
| Enable with: require('telescope').setup { defaults = { file_previewer = previewers.vim_buffer_cat.new, grep_previewer = previewers.vim_buffer_vimgrep.new, qflist_previewer = previewers.vim_buffer_qflist.new, } } | |||
| 2020-12-01 | add new gif to show telescope.nvim (#306) | Raphael | |
| 2020-12-02 | add autocommands finder to readme | Senghan Bright | |
| 2020-12-01 | update readme to include packer extension | Senghan Bright | |
| 2020-11-29 | Update README.md | tami5 | |
| 2020-11-29 | Update README.md: add new preview | tami5 | |
| by @glepnir | |||
| 2020-11-28 | feat: add lsp range code actions (#297) | windwp | |
| https://github.com/neovim/neovim/pull/12962 authored by: @windwp | |||
| 2020-11-23 | Add gitter tag | tami5 | |
| 2020-11-23 | feat: Buffers rework (indicators and sorting) (#208) | Simon Hauser | |
| 2020-11-23 | feat: v0.1 of extensions (#278) | TJ DeVries | |
| 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-17 | Reword customization section | Tami | |
| 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-16 | Update attach_mappings to use new actions api (#249) | Simon Hauser | |
| 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: Update for org | TJ DeVries | |
| 2020-11-10 | Add documentation of the help_tags builtin | Nolan Prochnau | |
| 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: 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-27 | feat: Added some docs & validation | TJ DeVries | |
| 2020-10-19 | feat: Add ability to configure default sorters | TJ DeVries | |
| 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-08 | fix: README update | TJ DeVries | |
| 2020-10-08 | feat: Add more easily customizable mappings. | TJ DeVries | |
| Closes: #131 | |||
| 2020-10-08 | docs: Disallude setup terminology | rockerBOO | |
