Extend context in intro.

This commit is contained in:
Dave Lage
2020-12-10 18:18:07 -05:00
committed by GitHub
parent 82722104d7
commit 3a416f552b

View File

@@ -5,19 +5,26 @@ Gaze deeply into unknown regions using the power of the moon.
## What Is Telescope? ## What Is Telescope?
`telescope.nvim` is a highly extendable fuzzy finder over lists. Built on top of latest `telescope.nvim` is a highly extendable fuzzy finder over lists. Built on the latest
awesome features from `neovim` core. Telescope is centered around awesome features from `neovim` core. Telescope is centered around
modularity, allowing for easy customization. modularity, allowing for easy customization.
Community driven built-in [pickers](#pickers), [sorters](#sorters) and [previewers](#previewers).
### Built-in Support:
- vim
- files
- git
- LSP
- Treesitter
![by @glepnir](https://user-images.githubusercontent.com/41671631/100819597-6f737900-3487-11eb-8621-37ec1ffabe4b.gif) ![by @glepnir](https://user-images.githubusercontent.com/41671631/100819597-6f737900-3487-11eb-8621-37ec1ffabe4b.gif)
`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 --> <!-- 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. --> <!-- outline and directly jump to the section that interests you most. -->
## Telescope Table of Contents
- [Getting Started](#getting-started) - [Getting Started](#getting-started)
- [Customization](#customization) - [Customization](#customization)
- [Mappings](#mappings) - [Mappings](#mappings)
@@ -35,7 +42,7 @@ covering a `vim, files, git, LSP, Treesitter`. The popup interface can be custom
## Getting Started ## 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) [Neovim Nightly (0.5)](https://github.com/neovim/neovim/releases/tag/nightly)
is required for `telescope.nvim` to work. is required for `telescope.nvim` to work.