Skip to content

Commit 2cb2cee

Browse files
committed
docs: fix documentation string for signs table
1 parent 6e6baab commit 2cb2cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocore/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
--
230230
---```lua
231231
---signs = {
232-
--- { name = "DapBreakPoint", text = "", texthl = "DiagnosticInfo" },
232+
--- DapBreakPoint" = { text = "", texthl = "DiagnosticInfo" },
233233
---},
234234
---```
235235
---@field signs table<string,vim.fn.sign_define.dict|false>?

0 commit comments

Comments
 (0)