Commit Graph

86 Commits

Author SHA1 Message Date
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
rockerBOO
a2ef5298ab docs: Disallude setup terminology 2020-10-08 17:47:31 -04:00
rockerBOO
a1cab377db docs: Themes should work with every builtin 2020-10-04 12:37:33 -04:00
rockerBOO
634703c297 Update Dropdown Theme Screenshot 2020-10-04 12:34:19 -04:00
TJ DeVries
ccb079e08e Update README.md 2020-09-30 00:09:52 -04:00
TJ DeVries
541c4c33e6 fix: Rockerboo document lies 2020-09-25 16:07:03 -04:00
rockerBOO
b91f5e480d docs: Update readme 2020-09-18 02:20:25 -04:00
rockerBOO
93369e1488 docs: Add theme image to docs 2020-09-17 21:53:06 -04:00
Dave Lage
e6d926e4f6 docs: Add theme documentation (#86) from rockerBOO/theme-documentation 2020-09-16 13:08:43 -04:00
rockerBOO
2766cb24ca fix: Removing old language 2020-09-16 13:07:27 -04:00
rockerBOO
e92ba423f9 docs: Add theme documentation 2020-09-16 13:03:48 -04:00
haorenW1025
7d1a8292b6 feat: add scrolling in preview window (#47)
* feat: add scrolling in preview window

refactor into two layers

* remove redundant code

* add error message for scroll_fn and send_input

* consider count for preview scrolling
2020-09-16 12:20:45 -04:00
Brandon Conway
5b4458ebea Document the optional find_command setting (#74) 2020-09-13 22:44:16 -04:00
Corentin Brunel
3d423a3b59 feat: Add support for ripgrep in "find_files" builtin (#70)
* feat: Add support for ripgrep in "find_files" builtin

* docs: Add mention about "ripgrep" for find_files builtin
2020-09-12 23:52:24 -04:00
rockerBOO
a2acd607b0 docs: Upgrade Full Example 2020-09-12 19:27:39 -04:00