Skip to content

Commit 25bb342

Browse files
committed
fix(docs): fix readme
1 parent a08f9bd commit 25bb342

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Vim's built-in marks are great, but they're global and get messy fast. Marksman
5656
max_marks = 100,
5757
search_in_ui = true,
5858
sort_marks = true,
59-
silence = false,
59+
silent = false,
6060
minimal = false,
6161
},
6262
}
@@ -317,6 +317,7 @@ storage.get_project_name() -- Get current project name
317317
| `search_in_ui` | boolean | `true` | Enable search in UI |
318318
| `sort_marks` | boolean | `true` | Sort marks by access time (false = insertion order) |
319319
| `minimal` | boolean | `false` | Set to true for clean UI (only order and filepath)|
320+
| `silent` | boolean | `false` | Set to true to supress notifications|
320321
| `highlights` | table | `{...}` | Custom highlight groups |
321322

322323
### Sorting Behavior

0 commit comments

Comments
 (0)