Skip to content

Commit

Permalink
chore(docs): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbochs authored and github-actions[bot] committed May 18, 2024
1 parent 924807a commit 4b54261
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions doc/grapple.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*grapple.txt* For NVIM v0.9.0 Last change: 2024 April 27
*grapple.txt* For NVIM v0.9.0 Last change: 2024 May 18

==============================================================================
Table of Contents *grapple-table-of-contents*
Expand Down Expand Up @@ -791,14 +791,16 @@ Examples ~
scope = "custom",

scopes = {
name = "custom",
fallback = "cwd",
cache = { event = "DirChanged" },
resolver = function()
local path = vim.env.HOME
local id = path
return id, path
end
{
name = "custom",
fallback = "cwd",
cache = { event = "DirChanged" },
resolver = function()
local path = vim.env.HOME
local id = path
return id, path
end
}
}
})

Expand Down

0 comments on commit 4b54261

Please sign in to comment.