mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01:00
feat: new plugin imports
This commit is contained in:
parent
84f0d2b067
commit
ebf1b4078c
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ with lib; let
|
|||
"dashboard-nvim"
|
||||
"alpha-nvim"
|
||||
"scrollbar-nvim"
|
||||
"codewindow-nvim"
|
||||
"nvim-notify"
|
||||
"cinnamon-nvim"
|
||||
];
|
||||
|
||||
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
|
||||
|
|
Loading…
Reference in a new issue