Merge remote-tracking branch 'upstream/main' into lint-required-files

This commit is contained in:
rice-cracker-dev 2025-04-17 20:35:23 +07:00
commit fd7c559ded
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 {