We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3b2aa commit c0a6b04Copy full SHA for c0a6b04
lua/grapple/settings.lua
@@ -57,14 +57,14 @@ local DEFAULT_SETTINGS = {
57
58
---@class grapple.scope_definition
59
---@field name string
60
+ ---@field resolver grapple.scope_resolver
61
---@field desc? string
62
---@field force? boolean
63
---@field fallback? string name of scope to fall back on
64
---@field cache? grapple.cache.options | boolean
65
---@field priority? integer
66
---@field hidden? boolean
67
---@field delete? boolean
- ---@field resolver grapple.scope_resolver
68
69
---Default scopes provided by Grapple
70
---For more information about default scopes, please see the Scopes section
0 commit comments