feat: add flutter-tools.nvim to available plugins

This commit is contained in:
NotAShelf 2023-04-02 20:56:57 +03:00
commit 513087b8bd
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
3 changed files with 23 additions and 0 deletions

View file

@ -135,6 +135,11 @@
flake = false;
};
dart-tools = {
url = "github:akinsho/flutter-tools.nvim";
flake = false;
};
# Copying/Registers
registers = {
url = "github:tversteeg/registers.nvim";