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));