Clear up wording for telescope extension

This commit is contained in:
Steven Arcangeli 2021-07-16 15:55:20 -07:00
parent 07c1c8c1f5
commit cffb2a4fd6

View file

@ -235,8 +235,10 @@ Key | Command
If you have [telescope](https://github.com/nvim-telescope/telescope.nvim)
installed, there is an extension for fuzzy finding and jumping to symbols. It
functions similarly to the builtin `lsp_document_symbols` picker, the main
difference being that the aerial only includes the types of symbols in the
`filter_kind` configuration option. Load the extension with:
difference being that the aerial extension uses the `filter_kind` configuration
option to prefilter the results.
Load the extension with:
```lua
require('telescope').load_extension('aerial')