summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNolan Prochnau <parvus.mortalis@gmail.com>2020-11-10 09:33:51 -0500
committerGitHub <noreply@github.com>2020-11-10 09:33:51 -0500
commit522c2faca189e25081499df274c7f795ce523189 (patch)
tree58a12f2850450215d89ba1375837b1fdfaa03d0a
parent1678d7cb131175a1e4c3a2507b41c19b83a35a80 (diff)
Add documentation of the help_tags builtin
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53cae2e..a2b0a6a 100644
--- a/README.md
+++ b/README.md
@@ -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