Add documentation of the help_tags builtin

This commit is contained in:
Nolan Prochnau
2020-11-10 09:33:51 -05:00
committed by GitHub
parent 1678d7cb13
commit 522c2faca1

View File

@@ -354,6 +354,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