From deab37a6274ab948f5723a61b58fd513c55b61f5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 6 Feb 2023 00:04:12 +0300 Subject: [PATCH] feat: add presence, icon picker & deps to plugins --- modules/lib/types-plugin.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/lib/types-plugin.nix b/modules/lib/types-plugin.nix index e85668e..4078e32 100644 --- a/modules/lib/types-plugin.nix +++ b/modules/lib/types-plugin.nix @@ -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 = {