Merge branch 'main' into main

This commit is contained in:
dmitriiStepanidenko 2025-04-18 07:41:55 +03:00 committed by GitHub
commit ff0b8c0a79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 21 additions and 10 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 {