feat: replace alpha, lazygit-nvim, dressing with snacks.nvim

This commit is contained in:
antoine 2026-04-18 10:06:01 +02:00
parent 7f388998c7
commit 5ee4c41721
Signed by: antoine
GPG key ID: 9EB6BAADC51B6133
5 changed files with 33 additions and 36 deletions

View file

@ -33,22 +33,5 @@
};
};
dashboard.alpha = {
enable = true;
theme = "dashboard";
};
luaConfigRC.alpha-buttons = ''
local dashboard = require("alpha.themes.dashboard")
dashboard.section.buttons.val = {
dashboard.button("e", " New file", ":ene <BAR> startinsert<CR>"),
dashboard.button(",ff", " Find file", ":FzfLua files<CR>"),
dashboard.button(",fo", " Recently opened", ":FzfLua oldfiles<CR>"),
dashboard.button(",fg", " Find word", ":FzfLua live_grep<CR>"),
dashboard.button(",fp", " Open session", ":SessionManager load_session<CR>"),
dashboard.button("q", " Quit", ":qa<CR>"),
}
require("alpha").setup(dashboard.config)
'';
};
}