Skip to content

Commit b67a773

Browse files
authored
docs: update quick start example (#2540)
update sort configuration key
1 parent 46e1f77 commit b67a773

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ require("nvim-tree").setup()
6161

6262
-- OR setup with some options
6363
require("nvim-tree").setup({
64-
sort_by = "case_sensitive",
64+
sort = {
65+
sorter = "case_sensitive",
66+
},
6567
view = {
6668
width = 30,
6769
},

0 commit comments

Comments
 (0)