From ad2f542d61c6cdf2974c116f6c490fb6deb9c7bb Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 31 Oct 2024 11:32:29 +0100 Subject: [PATCH] NVim: Alpha-nvim --- modules/hm/vim.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index 6dff801..dd65a25 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -18,6 +18,15 @@ in # vp.fugitive # vp.rhubarb vp.gitgutter + vp.mini-icons + + { + plugin = vp.alpha-nvim; + type = "lua"; + config = '' + require'alpha'.setup(require'alpha.themes.dashboard'.config) + ''; + } # vp.lsp-zero-nvim # vp.nvim-cmp