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