Skip to content

Commit 17a359c

Browse files
cbochsgithub-actions[bot]
authored andcommitted
chore(docs): auto generate docs
1 parent dc45705 commit 17a359c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

doc/grapple.nvim.txt

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grapple.nvim.txt* For NVIM v0.8.0 Last change: 2023 March 04
1+
*grapple.nvim.txt* For NVIM v0.8.0 Last change: 2023 March 06
22

33
==============================================================================
44
Table of Contents *grapple.nvim-table-of-contents*
@@ -374,6 +374,25 @@ Examples ~
374374
<
375375

376376

377+
GRAPPLETAGS
378+
379+
Return all tags for a given project scope.
380+
381+
**Command**`:Grapple tags {scope}`
382+
383+
**API**`require("grapple").tags(scope)`
384+
385+
**scope?**|grapple.nvim-`grapple.scoperesolverlike`| (default:
386+
`settings.scope`)
387+
388+
Examples ~
389+
390+
>lua
391+
-- Get all tags for the current scope
392+
require("grapple").tags()
393+
<
394+
395+
377396
GRAPPLERESET
378397

379398
Clear all tags for a given project scope.

0 commit comments

Comments
 (0)