summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-12-10Fix treesitter tableDave Lage
2020-12-10FormattingDave Lage
2020-12-10Make smaller targetable lists for pickersDave Lage
2020-12-10Extend context in intro.Dave Lage
2020-12-10Update pickers linksDave Lage
2020-12-10Use lowercase to be consistentDave Lage
2020-12-10Use local extensions section.Dave Lage
2020-12-10Update link for pickersDave Lage
2020-12-10Lots of README changes (#324)Dave Lage
* Lots of README changes * fix: Grammar * Re-order pickers/extensions
2020-12-10List all nvim-telescope extensions.Dave Lage
2020-12-10fix typo (#322)Eli Flanagan
2020-12-10Feat: symbols json picker (#303)Simon Hauser
2020-12-09Feat: 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-01add new gif to show telescope.nvim (#306)Raphael
2020-12-02add autocommands finder to readmeSenghan Bright
2020-12-01update readme to include packer extensionSenghan Bright
2020-11-29Update README.mdtami5
2020-11-29Update README.md: add new previewtami5
by @glepnir
2020-11-28feat: add lsp range code actions (#297)windwp
https://github.com/neovim/neovim/pull/12962 authored by: @windwp
2020-11-23Add gitter tagtami5
2020-11-23feat: Buffers rework (indicators and sorting) (#208)Simon Hauser
2020-11-23feat: v0.1 of extensions (#278)TJ DeVries
2020-11-23Register finder (#275)Senghan Bright
builtin: Registers finder. view and edit vim registers.
2020-11-22Various 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-22docs: fix builtin table formatting (#272)elianiva
@elianiva
2020-11-21feat: Add highlights builtin (#267)Simon Hauser
2020-11-21Fixed minor typos (#271)Xearty
* Fixed a minor typo * Update README.md Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-11-19Feat: Add filetypes builtin (#263)Simon Hauser
2020-11-17Reword customization sectionTami
2020-11-17Edit introductionTami
2020-11-17Complete 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-16Update attach_mappings to use new actions api (#249)Simon Hauser
2020-11-15Merge pull request #230 from parmort/rework-helptagstami5
Rework helptags builtin, including helps tags from installed plugins
2020-11-14feat: 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-13fix: Update for orgTJ DeVries
2020-11-10Add documentation of the help_tags builtinNolan Prochnau
2020-11-03Feat: convert options if it is table type in lua (#220)Raphael
* support custom list type commands * update command usage
2020-11-02feat: 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-01rewrite 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-30fix: Update documentation about setting custom maps for a pickerTJ DeVries
2020-10-30feat: Closes #205TJ DeVries
2020-10-27feat: Added some docs & validationTJ DeVries
2020-10-19feat: Add ability to configure default sortersTJ DeVries
2020-10-19docs: Remove coming soon language.Dave Lage
2020-10-18docs: Remove Optional from Table of ContentsDave Lage
2020-10-18docs: Add Table of ContentsDave Lage
2020-10-17refactor: 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-08fix: README updateTJ DeVries
2020-10-08feat: Add more easily customizable mappings.TJ DeVries
Closes: #131
2020-10-08docs: Disallude setup terminologyrockerBOO