languages/dart: add flutter-tools.nvim dependency plenary.nvim

This commit is contained in:
Noah765 2025-04-17 09:09:29 +02:00
commit 11426ea329
2 changed files with 12 additions and 4 deletions

View file

@ -134,10 +134,14 @@ in {
})
(mkIf ftcfg.enable {
vim.startPlugins =
if ftcfg.enableNoResolvePatch
then ["flutter-tools-patched"]
else ["flutter-tools-nvim"];
vim.startPlugins = [
(
if ftcfg.enableNoResolvePatch
then "flutter-tools-patched"
else "flutter-tools-nvim"
)
"plenary-nvim"
];
vim.pluginRC.flutter-tools = entryAnywhere ''
require('flutter-tools').setup {