fix: incorrect plugin name in the list

This commit is contained in:
NotAShelf 2023-04-02 21:38:54 +03:00
parent 887a6f9080
commit 756a23ebb0
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -72,7 +72,7 @@ with lib; let
"fidget-nvim"
"diffview-nvim"
"todo-comments"
"dart-tools"
"flutter-tools"
];
# You can either use the name of the plugin or a package.
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));