feat: extension sorter (#1181) (#1264)

This commit is contained in:
muro3r
2022-05-14 17:54:01 +09:00
committed by GitHub
parent f8312cd06f
commit aefa66c04d
2 changed files with 27 additions and 1 deletions

View File

@@ -244,7 +244,7 @@ if the tree was previously open.
*nvim-tree.sort_by*
Changes how files within the same directory are sorted.
Can be one of 'name', 'case_sensitive' or 'modification_time'.
Can be one of 'name', 'case_sensitive', 'modification_time' or 'extension'.
Type: `string`, Default: `"name"`
*nvim-tree.hijack_unnamed_buffer_when_opening*