applied startify config

This commit is contained in:
polamid23 2023-07-13 11:37:45 +02:00
parent 610575babe
commit 0beedcd5c4

6
lua/plugin/startify.lua Normal file
View file

@ -0,0 +1,6 @@
vim.g.startify_session_persistence = 1
vim.g.startify_change_to_dir = 0
vim.g.startify_lists = {
{ type = 'sessions', header = { ' Sessions' } },
{ type = 'bookmarks', header = { ' Bookmarks' } },
}