feat: add flutter-tools.nvim to available plugins

This commit is contained in:
NotAShelf 2023-04-02 20:56:57 +03:00
commit 513087b8bd
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
3 changed files with 23 additions and 0 deletions

View file

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