flake: update plugin inputs

This commit is contained in:
raf 2024-04-03 21:13:19 +03:00
commit db0df5c211
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
4 changed files with 163 additions and 139 deletions

View file

@ -590,5 +590,11 @@
url = "github:tpope/vim-repeat";
flake = false;
};
nvim-nio = {
# (required nvim-dap-ui)
url = "github:nvim-neotest/nvim-nio";
flake = false;
};
};
}