Commit Graph

150 Commits

Author SHA1 Message Date
Dave Lage
466ee510bf Add links to sections in intro. 2020-12-10 18:40:06 -05:00
Dave Lage
328743ff5d Fix treesitter table 2020-12-10 18:39:10 -05:00
Dave Lage
be077b959f Formatting 2020-12-10 18:38:17 -05:00
Dave Lage
b4b4c7652d Make smaller targetable lists for pickers 2020-12-10 18:37:17 -05:00
Dave Lage
3a416f552b Extend context in intro. 2020-12-10 18:18:07 -05:00
Dave Lage
82722104d7 Update pickers links 2020-12-10 17:20:53 -05:00
Dave Lage
76cafdd2e6 Use lowercase to be consistent 2020-12-10 17:17:06 -05:00
Dave Lage
137bf550fc Use local extensions section. 2020-12-10 17:16:11 -05:00
Dave Lage
93ebe0a47d Update link for pickers 2020-12-10 17:15:17 -05:00
Dave Lage
9aa11dd30a Lots of README changes (#324)
* Lots of README changes

* fix: Grammar

* Re-order pickers/extensions
2020-12-10 17:14:32 -05:00
Dave Lage
b3f41c8edd List all nvim-telescope extensions. 2020-12-10 14:39:12 -05:00
Eli Flanagan
06db1b6288 fix typo (#322) 2020-12-10 10:40:16 -05:00
Simon Hauser
df6b762b31 Feat: symbols json picker (#303) 2020-12-10 09:22:46 +01:00
Simon Hauser
c276db06e2 Feat: Opt in vim buffers for previewers (#298)
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-09 16:58:22 +01:00
Raphael
2fd09b9293 add new gif to show telescope.nvim (#306) 2020-12-01 21:29:16 -05:00
Senghan Bright
5595c2b57b add autocommands finder to readme 2020-12-02 00:32:25 +01:00
Senghan Bright
b1d436ce92 update readme to include packer extension 2020-12-01 23:56:43 +01:00
tami5
07ce3c341a Update README.md 2020-11-29 03:15:43 +03:00
tami5
3c881196ca Update README.md: add new preview
by @glepnir
2020-11-29 03:14:31 +03:00
windwp
16f11b6c27 feat: add lsp range code actions (#297)
https://github.com/neovim/neovim/pull/12962

authored by: @windwp
2020-11-28 09:16:17 +03:00
tami5
3c8bb1afcc Add gitter tag 2020-11-23 20:32:30 +03:00
Simon Hauser
863328a96d feat: Buffers rework (indicators and sorting) (#208) 2020-11-23 10:11:46 -05:00
TJ DeVries
2ac0582c06 feat: v0.1 of extensions (#278) 2020-11-23 09:29:10 -05:00
Senghan Bright
124655608f Register finder (#275)
builtin: Registers finder. view and edit vim registers.
2020-11-23 11:07:53 +01:00
Simon Hauser
874139ee0b Various previewer fixes (#260)
- 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 10:57:31 +01:00
elianiva
5513f85b59 docs: fix builtin table formatting (#272)
@elianiva
2020-11-22 12:05:17 +03:00
Simon Hauser
d153c006e7 feat: Add highlights builtin (#267) 2020-11-21 21:33:27 -05:00
Xearty
5bf53823eb Fixed minor typos (#271)
* Fixed a minor typo

* Update README.md

Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-11-21 21:30:46 -05:00
Simon Hauser
929a30378c Feat: Add filetypes builtin (#263) 2020-11-19 18:59:44 +01:00
Tami
e977c92dcd Reword customization section 2020-11-17 14:38:05 +03:00
Tami
1b12520e99 Edit introduction 2020-11-17 12:12:40 +03:00
tami5
ab30ed8ef6 Complete rewrite of README (#216)
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 09:56:05 +01:00
Simon Hauser
749c86557e Update attach_mappings to use new actions api (#249) 2020-11-16 21:48:45 +01:00
tami5
3c4a88efe4 Merge pull request #230 from parmort/rework-helptags
Rework helptags builtin, including helps tags from installed plugins
2020-11-15 09:53:03 +03:00
Carlos Hernandez
3c2dea3ea5 feat: Add built-in to search keymaps (#191)
* 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-14 14:38:21 -05:00
TJ DeVries
3e58e1ab7d fix: Update for org 2020-11-13 10:31:34 -05:00
Nolan Prochnau
522c2faca1 Add documentation of the help_tags builtin 2020-11-10 09:33:51 -05:00
Raphael
1f3110bf54 Feat: convert options if it is table type in lua (#220)
* support custom list type commands

* update  command usage
2020-11-03 08:04:55 -05:00
Simon Hauser
aba433c522 feat: Actions can now be summed up and center action (#204)
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-02 17:00:23 -05:00
Raphael
54ef9d90d5 rewrite command of telescope (#197)
* 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-11-01 11:08:54 -05:00
TJ DeVries
37c4f1b355 fix: Update documentation about setting custom maps for a picker 2020-10-30 18:36:34 -04:00
TJ DeVries
a37e4699c4 feat: Closes #205 2020-10-30 18:31:06 -04:00
TJ DeVries
a3afb35614 feat: Added some docs & validation 2020-10-27 23:33:49 -04:00
TJ DeVries
f95fe484f7 feat: Add ability to configure default sorters 2020-10-19 22:46:36 -04:00
Dave Lage
3cd163c9d0 docs: Remove coming soon language. 2020-10-19 11:12:04 -04:00
Dave Lage
b01ad81b9c docs: Remove Optional from Table of Contents 2020-10-18 14:36:38 -04:00
Dave Lage
ad172e0c03 docs: Add Table of Contents 2020-10-18 14:35:15 -04:00
Alvaro Muñoz
d493a76058 refactor: prompt->prompt_title (#169)
* refactor: prompt->prompt_title ; prompt_prefix->prompt_text

* undo prompt_prefix rename

* undo prompt_prefix rename
2020-10-17 17:26:14 -04:00
TJ DeVries
7938ace0f6 fix: README update 2020-10-08 21:44:53 -04:00
TJ DeVries
c2c4626c3d feat: Add more easily customizable mappings.
Closes: #131
2020-10-08 21:39:43 -04:00