summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Lage <rockerboo@gmail.com>2020-12-10 18:18:07 -0500
committerGitHub <noreply@github.com>2020-12-10 18:18:07 -0500
commit3a416f552b34cf54659c316f3f99e625ff9d3aa2 (patch)
treedfcfcd74fab0bbe2bbc9cb32f40ce05344a59daf
parent82722104d76838072fa82a0eee9e1c7be0af6b37 (diff)
Extend context in intro.
-rw-r--r--README.md23
1 files changed, 15 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0820343..1236d77 100644
--- a/README.md
+++ b/README.md
@@ -5,19 +5,26 @@ Gaze deeply into unknown regions using the power of the moon.
## What Is Telescope?
-`telescope.nvim` is a highly extendable fuzzy finder over lists. Built on top of latest
-awesome features from `neovim` core. Telescope is centered around
-modularity, allowing for easy customization.
+`telescope.nvim` is a highly extendable fuzzy finder over lists. Built on the latest
+awesome features from `neovim` core. Telescope is centered around
+modularity, allowing for easy customization.
-![by @glepnir](https://user-images.githubusercontent.com/41671631/100819597-6f737900-3487-11eb-8621-37ec1ffabe4b.gif)
+Community driven built-in [pickers](#pickers), [sorters](#sorters) and [previewers](#previewers).
+
+### Built-in Support:
+- vim
+- files
+- git
+- LSP
+- Treesitter
-`telescope.nvim` comes with a growing number of community driven [built-in pickers](#pickers),
-covering a `vim, files, git, LSP, Treesitter`. The popup interface can be customized using options like `borderchars` and [themes](#themes).
-`telescope.nvim` has a number of [extensions](#extensions) for supporting specific plugins.
+![by @glepnir](https://user-images.githubusercontent.com/41671631/100819597-6f737900-3487-11eb-8621-37ec1ffabe4b.gif)
+
<!-- You can read this documentation from start to finish, or you can look at the -->
<!-- outline and directly jump to the section that interests you most. -->
+## Telescope Table of Contents
- [Getting Started](#getting-started)
- [Customization](#customization)
- [Mappings](#mappings)
@@ -35,7 +42,7 @@ covering a `vim, files, git, LSP, Treesitter`. The popup interface can be custom
## Getting Started
-This section should guide to run your first built-in pickers :smile:
+This section should guide to run your first built-in pickers :smile:.
[Neovim Nightly (0.5)](https://github.com/neovim/neovim/releases/tag/nightly)
is required for `telescope.nvim` to work.