feat(snacks): use snacks.dashboard as the default dashboard. moved dashboard-nvim to extras.

This commit is contained in:
Folke Lemaitre 2024-11-18 22:10:51 +01:00
parent 0352f944c3
commit 5c4bd7150e
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 104 additions and 68 deletions

View file

@ -1,8 +1,7 @@
-- start screen
return {
-- disable alpha
{ "goolord/alpha-nvim", enabled = false },
{ "nvimdev/dashboard-nvim", enabled = false },
{ "folke/snacks.nvim", opts = { dashboard = { enabled = false } } },
-- enable mini.starter
{