doc: reword custom indices section #2
This commit is contained in:
parent
ceb0b082b6
commit
3bf7e3322c
|
@ -148,10 +148,9 @@ Example: let g:startify_skiplist_server = [ 'GVIM' ]
|
||||||
|
|
||||||
let g:startify_custom_indices = []
|
let g:startify_custom_indices = []
|
||||||
|
|
||||||
Use any list of strings as custom indices instead of increasing numbers. If
|
Use any list of strings as indices instead of increasing numbers. If there are
|
||||||
there are more paths to fill in the startify buffer than actual items in the
|
more startify entries than actual items in the custom list, the remaining
|
||||||
custom list, the rest will be filled up using the default numbering scheme
|
entries will be filled using the default numbering scheme starting from 0.
|
||||||
starting from 0.
|
|
||||||
|
|
||||||
Example: let g:startify_custom_indices = ['a','s','d','f']
|
Example: let g:startify_custom_indices = ['a','s','d','f']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue