mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-01 16:26:28 +00:00
11 lines
245 B
Lua
11 lines
245 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",
|
|
}
|