nvim config updated

This commit is contained in:
2025-11-09 13:41:37 +01:00
parent 332a9513be
commit 20d1b9e7f5
30 changed files with 618 additions and 347 deletions

View File

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