Skip to content

Commit 81be12d

Browse files
committed
docs: update help docs
1 parent 49b264b commit 81be12d

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

doc/markit.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*markit.txt* For Neovim >= 0.8.0 Last change: 2025 September 11
1+
*markit.txt* For Neovim >= 0.8.0 Last change: 2025 October 05
22

33
==============================================================================
44
Table of Contents *markit-table-of-contents*
@@ -73,7 +73,9 @@ CONFIGURATION ~
7373
excluded_filetypes = {},
7474
-- disables mark tracking for specific buftypes. default {}
7575
excluded_buftypes = {},
76-
-- bookmark groups configuration
76+
-- whether to enable the bookmark system. when disabled, improves startup performance, default true
77+
enable_bookmarks = true,
78+
-- bookmark groups configuration (only used when enable_bookmarks = true)
7779
bookmarks = {
7880
{
7981
sign = "⚑", -- string: sign character to display (empty string to disable)
@@ -153,10 +155,10 @@ COMMAND SCOPES ~
153155
The unified command system supports different scopes for filtering marks and
154156
bookmarks:
155157

156-
- **buffer**Show only marks/bookmarks in the current buffer
157-
- **project**Show marks/bookmarks within the current git repository (uses `git rev-parse --show-toplevel`)
158-
- **all**Show all marks/bookmarks across all buffers
159-
- **0-9**(Bookmarks only) Show bookmarks from a specific group
158+
- **buffer**: Show only marks/bookmarks in the current buffer
159+
- **project**: Show marks/bookmarks within the current git repository (uses `git rev-parse --show-toplevel`)
160+
- **all**: Show all marks/bookmarks across all buffers
161+
- **0-9**: (Bookmarks only) Show bookmarks from a specific group
160162

161163
**Examples:**
162164

0 commit comments

Comments
 (0)