diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index bd88ab7c..b8c51358 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -330,7 +330,3 @@ [rrvsh](https://github.com/rrvsh): - Fix namespace of python-lsp-server by changing it to python3Packages - -[Noah765](https://github.com/Noah765): - -- Add missing `flutter-tools.nvim` dependency `plenary.nvim`. diff --git a/modules/plugins/languages/dart.nix b/modules/plugins/languages/dart.nix index 77d92d3b..4f8a7028 100644 --- a/modules/plugins/languages/dart.nix +++ b/modules/plugins/languages/dart.nix @@ -134,14 +134,10 @@ in { }) (mkIf ftcfg.enable { - vim.startPlugins = [ - ( - if ftcfg.enableNoResolvePatch - then "flutter-tools-patched" - else "flutter-tools-nvim" - ) - "plenary-nvim" - ]; + vim.startPlugins = + if ftcfg.enableNoResolvePatch + then ["flutter-tools-patched"] + else ["flutter-tools-nvim"]; vim.pluginRC.flutter-tools = entryAnywhere '' require('flutter-tools').setup {