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
1 changed files with 1 additions and 0 deletions

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