summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c11e2e5..d57e253 100644
--- a/README.md
+++ b/README.md
@@ -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