feat: case sensitive sorter (#1198)
This commit is contained in:
@@ -253,7 +253,7 @@ Here is a list of the options available in the setup call:
|
||||
|
||||
*nvim-tree.sort_by*
|
||||
- |sort_by|: changes how files within the same directory are sorted. can be
|
||||
one of 'name' | 'modification_time'
|
||||
one of 'name' | 'case_sensitive' | 'modification_time'.
|
||||
type: `string`
|
||||
default: `"name"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user