This commit is contained in:
2025-11-25 10:11:11 +01:00
parent f530957112
commit ef0b2b07ef
9 changed files with 240 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
vimUtils,
fetchFromGitHub,
lib,
}:
vimUtils.buildVimPlugin {
name = "strudel-nvim";
src = fetchFromGitHub {
owner = "gruvw";
repo = "strudel.nvim";
rev = "97699f9f08b0deb635038687f92c6237ab67e3b5";
hash = "sha256-xe7ItXCfq+gqXxm2Y6zxbiz4AAGgPaP/w6zNgpL+Cl4=";
};
}