We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc45705 commit 17a359cCopy full SHA for 17a359c
doc/grapple.nvim.txt
@@ -1,4 +1,4 @@
1
-*grapple.nvim.txt* For NVIM v0.8.0 Last change: 2023 March 04
+*grapple.nvim.txt* For NVIM v0.8.0 Last change: 2023 March 06
2
3
==============================================================================
4
Table of Contents *grapple.nvim-table-of-contents*
@@ -374,6 +374,25 @@ Examples ~
374
<
375
376
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
396
GRAPPLERESET
397
398
Clear all tags for a given project scope.
0 commit comments