Skip to content

Commit 56b5e0e

Browse files
Fix minor documentation issues
Add a missing double quotes around the default value for `nvim-tree.renderer.icons.bookmarks_placement` config value and fix spelling of `bookmarked`.
1 parent d87b41c commit 56b5e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/nvim-tree-lua.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ Configuration options for icons.
10661066

10671067
*nvim-tree.renderer.icons.bookmarks_placement*
10681068
Bookmark icon placement.
1069-
Type: `string`, Default: `signcolumn`
1069+
Type: `string`, Default: `"signcolumn"`
10701070

10711071
*nvim-tree.renderer.icons.padding.icon*
10721072
Inserted between icon and filename.
@@ -1380,7 +1380,7 @@ delete/wipe. A reload or filesystem event will result in an update.
13801380
Type: `boolean`, Default: `false`
13811381

13821382
*nvim-tree.filters.no_bookmark*
1383-
Do not show files that are not bookarked.
1383+
Do not show files that are not bookmarked.
13841384
Toggle via |nvim-tree-api.tree.toggle_no_bookmark_filter()|, default `M`
13851385
Enabling this is not useful as there is no means yet to persist bookmarks.
13861386
Type: `boolean`, Default: `false`

0 commit comments

Comments
 (0)