Edit introduction

This commit is contained in:
Tami
2020-11-17 12:12:40 +03:00
parent ab30ed8ef6
commit 1b12520e99

View File

@@ -12,11 +12,13 @@
`Telescope.nvim` is a next generation library for creating floating pickers `Telescope.nvim` is a next generation library for creating floating pickers
with advanced features. It is written in `lua` and is built on top of latest with advanced features. It is written in `lua` and is built on top of latest
awesome features from `neovim` core. `Telescope.nvim` is centered around awesome features from `neovim` core. `Telescope.nvim` is centered around
modularity *to the extent that* the pickers can be customized in isolation from modularity so much so that each picker is its own world, (meaning it can be
one another (such presentation, algorithm, mappings ... etc). configured in isolation from other pickers, such presentation, algorithm,
mappings ... etc).
In addition to extensions which can be found Although `Telescope.nvim` was first intended as a library, it is long grow to
[here](https://github.com/nvim-telescope)`, Telescope.nvim` comes with a be much bigger then that. In addition to
[extensions](https://github.com/nvim-telescope) `Telescope.nvim` comes with a
growing number of community driven [built-in pickers](#built-in-pickers), growing number of community driven [built-in pickers](#built-in-pickers),
covering a wide range of use cases and tools, and offers a customizable user covering a wide range of use cases and tools, and offers a customizable user
interface. interface.
@@ -32,6 +34,7 @@ interface.
- [Media](#media) - [Media](#media)
- [Gallery](https://github.com/nvim-telescope/telescope.nvim/wiki/Gallery) - [Gallery](https://github.com/nvim-telescope/telescope.nvim/wiki/Gallery)
- [FAQ](#faq) - [FAQ](#faq)
- [Configuration recipes](https://github.com/nvim-telescope/telescope.nvim/wiki/Configuration-Recipes)
- [Contributing](#contribution) - [Contributing](#contribution)
## Getting Started ## Getting Started