Adds startup dashboard
This commit is contained in:
parent
be51a991ac
commit
9dfa9a3027
|
|
@ -0,0 +1,12 @@
|
||||||
|
return {
|
||||||
|
'folke/snacks.nvim',
|
||||||
|
---@type snacks.Config
|
||||||
|
opts = {
|
||||||
|
dashboard = {
|
||||||
|
sections = {
|
||||||
|
{ icon = ' ', title = 'Recent Files', section = 'recent_files', cwd = true },
|
||||||
|
{ section = 'startup' },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
@ -28,6 +28,8 @@ require('lazy').setup({
|
||||||
require 'kickstart.plugins.lint',
|
require 'kickstart.plugins.lint',
|
||||||
|
|
||||||
require 'kickstart.plugins.debug',
|
require 'kickstart.plugins.debug',
|
||||||
|
|
||||||
|
require 'kickstart.plugins.snacks',
|
||||||
}, {
|
}, {
|
||||||
ui = {
|
ui = {
|
||||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue