feat: case sensitive sorter (#1198)

This commit is contained in:
Vincent Law
2022-04-28 08:43:58 +08:00
committed by GitHub
parent eeb842c820
commit fd2332a33f
2 changed files with 18 additions and 4 deletions

View File

@@ -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"`