remove startify and set open starter keybinding

This commit is contained in:
Nick Burt 2024-03-12 12:10:33 -05:00
parent d69f78eac1
commit 4dc0fad655
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,4 @@
-- TODO: Look into mini starter sessions?
-- startup screen -- startup screen
return { return {
'echasnovski/mini.nvim', 'echasnovski/mini.nvim',
@ -16,5 +17,9 @@ return {
}, },
footer = '', footer = '',
}) })
vim.keymap.set('n', '<leader>=', function()
mini.open()
end, { desc = 'Open starter' })
end end
} }

View File

@ -1,4 +0,0 @@
-- startup screen
return {
-- 'mhinz/vim-startify'
}