Merge pull request #230 from parmort/rework-helptags

Rework helptags builtin, including helps tags from installed plugins
This commit is contained in:
tami5
2020-11-15 09:53:03 +03:00
committed by GitHub
4 changed files with 21 additions and 11906 deletions

View File

@@ -361,6 +361,12 @@ require'telescope.builtin'.buffers{
Search on vim buffers list.
```lua
require'telescope.builtin'.help_tags{}
```
Search on the helptags in each directory in the runtimepath
#### LSP
```lua