From 66a7370519b15d453ddcf55562d084f622981aed Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 1 Mar 2023 13:27:17 +0300 Subject: [PATCH] feat: add todo-comments to available plugins --- lib/types-plugin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types-plugin.nix b/lib/types-plugin.nix index aa060f4..edbaff1 100644 --- a/lib/types-plugin.nix +++ b/lib/types-plugin.nix @@ -71,6 +71,7 @@ with lib; let "mind-nvim" "fidget-nvim" "diffview-nvim" + "todo-comments" ]; # You can either use the name of the plugin or a package. pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));