NVim: Alpha-nvim
This commit is contained in:
parent
eae9fb5c70
commit
ad2f542d61
1 changed files with 9 additions and 0 deletions
|
|
@ -18,6 +18,15 @@ in
|
||||||
# vp.fugitive
|
# vp.fugitive
|
||||||
# vp.rhubarb
|
# vp.rhubarb
|
||||||
vp.gitgutter
|
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.lsp-zero-nvim
|
||||||
# vp.nvim-cmp
|
# vp.nvim-cmp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue