Skip to content

Commit 71b699e

Browse files
committed
chore: match with documentation
1 parent 7ac15cc commit 71b699e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lua/nvim-tree.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ local DEFAULT_OPTS = { -- default-config-start
320320
special_files = { "Cargo.toml", "Makefile", "README.md", "readme.md" },
321321
hidden_display = "none",
322322
symlink_destination = true,
323-
decorators = { "Git", "Open", "Hidden", "Modified", "Bookmark", "Diagnostics", "Copied", "Cut" },
323+
decorators = { "Git", "Open", "Hidden", "Modified", "Bookmark", "Diagnostics", "Copied", "Cut", },
324324
highlight_git = "none",
325325
highlight_diagnostics = "none",
326326
highlight_opened_files = "none",
@@ -536,7 +536,8 @@ local DEFAULT_OPTS = { -- default-config-start
536536
bookmarks = {
537537
persist = false,
538538
},
539-
experimental = {},
539+
experimental = {
540+
},
540541
log = {
541542
enable = false,
542543
truncate = false,

0 commit comments

Comments
 (0)