install snacks with dashboard enabled
This commit is contained in:
parent
eec5de76df
commit
4ca32d30a0
2
init.lua
2
init.lua
|
|
@ -853,7 +853,7 @@ require('lazy').setup({
|
||||||
|
|
||||||
-- ... and there is more!
|
-- ... and there is more!
|
||||||
-- Check out: https://github.com/nvim-mini/mini.nvim
|
-- Check out: https://github.com/nvim-mini/mini.nvim
|
||||||
require('mini.starter').setup()
|
-- require('mini.starter').setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
'folke/snacks.nvim',
|
||||||
|
priority = 1000,
|
||||||
|
lazy = false,
|
||||||
|
opts = {
|
||||||
|
dashboard = { enabled = true },
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue