Skip to content

Commit

Permalink
docs: update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Sep 28, 2022
1 parent 3273f6a commit 6669f6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/neotest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ Default values:
child_prefix = "├",
collapsed = "─",
expanded = "╮",
failed = "",
failed = "",
final_child_indent = " ",
final_child_prefix = "╰",
non_collapsible = "─",
passed = "",
running = "🗘",
passed = "",
running = "",
running_animated = { "/", "|", "\\", "-", "/", "|", "\\", "-" },
skipped = "",
unknown = "?"
skipped = "",
unknown = ""
},
jump = {
enabled = true
Expand Down Expand Up @@ -181,7 +181,7 @@ Class~
Fields~
{log_level} `(number)` Minimum log levels, one of vim.log.levels
{consumers} `(table<string, neotest.Consumer>)`
{icons} `(table)`
{icons} `(table)` Icons used throughout the UI. Defaults use VSCode's codicons
{highlights} `(table<string, string>)`
{floating} neotest.Config.floating
{strategies} neotest.Config.strategies
Expand Down

0 comments on commit 6669f6d

Please sign in to comment.