Extend context in intro.
This commit is contained in:
23
README.md
23
README.md
@@ -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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
`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.
|
||||||
|
|||||||
Reference in New Issue
Block a user