feat: add todo-comments to available plugins

This commit is contained in:
NotAShelf 2023-03-01 13:27:17 +03:00
parent 1c66c6ff65
commit 66a7370519
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

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