docs: update quick start example (#2540)

update sort configuration key
This commit is contained in:
David Karlsson 2023-11-20 01:21:56 +01:00 committed by GitHub
parent 46e1f776f0
commit b67a773609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,9 @@ require("nvim-tree").setup()
-- OR setup with some options -- OR setup with some options
require("nvim-tree").setup({ require("nvim-tree").setup({
sort_by = "case_sensitive", sort = {
sorter = "case_sensitive",
},
view = { view = {
width = 30, width = 30,
}, },