feat: add presence, icon picker & deps to plugins

This commit is contained in:
NotAShelf 2023-02-06 00:04:12 +03:00
parent 88f8125582
commit deab37a627
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

@ -2,6 +2,7 @@
with lib; let
# Plugin must be same as input name from flake.nix
availablePlugins = [
# TODO: sort by category
"nvim-treesitter-context"
"gitsigns-nvim"
"plenary-nvim"
@ -51,8 +52,11 @@ with lib; let
"colorizer"
"venn-nvim"
"cellular-automaton"
"presence-nvim"
"icon-picker-nvim"
"dressing-nvim"
];
# You can either use the name of the plugin or a package.
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
in {
pluginsOpt = {