Files
dotfiles/.config/nvim/lua/plugins/flutter.lua
2025-11-09 13:41:37 +01:00

12 lines
240 B
Lua

return {
-- Add the community repository of plugin specifications
"AstroNvim/astrocommunity",
{ import = "astrocommunity.pack.dart" },
-- Configure flutter-tools
{ "akinsho/flutter-tools.nvim",
opts = {
...
}
}
}