mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-14 22:46:27 +00:00
7 lines
227 B
Lua
7 lines
227 B
Lua
|
vim.g.startify_list_order = {
|
||
|
{ ' My Bookmarks'}, 'bookmarks',
|
||
|
{ ' Most recently used files in the current directory' }, 'dir',
|
||
|
{ ' Most recently used files' }, 'files',
|
||
|
{ ' My Sessions' }, 'sessions'
|
||
|
}
|