diff options
| author | Dave Lage <rockerboo@gmail.com> | 2020-12-10 18:18:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-10 18:18:07 -0500 |
| commit | 3a416f552b34cf54659c316f3f99e625ff9d3aa2 (patch) | |
| tree | dfcfcd74fab0bbe2bbc9cb32f40ce05344a59daf | |
| parent | 82722104d76838072fa82a0eee9e1c7be0af6b37 (diff) | |
Extend context in intro.
| -rw-r--r-- | README.md | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -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. - +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. + + <!-- 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. |
