vimPlugins.muren-nvim: init at 2023-08-26 (#353828)

This commit is contained in:
Gaétan Lepage 2024-11-05 23:04:29 +01:00 committed by GitHub
commit d517298f9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -18863,4 +18863,16 @@ final: prev:
};
meta.homepage = "https://github.com/yetone/avante.nvim";
};
muren-nvim = buildVimPlugin {
pname = "muren.nvim";
version = "2023-08-26";
src = fetchFromGitHub {
owner = "AckslD";
repo = "muren.nvim";
rev = "818c09097dba1322b2ca099e35f7471feccfef93";
sha256 = "sha256-KDXytsyvUQVZoKdr6ieoUE3e0v5NT2gf3M1d15aYVFs=";
};
meta.homepage = "https://github.com/AckslD/muren.nvim/";
};
}

View File

@ -605,6 +605,7 @@ https://github.com/shaunsingh/moonlight.nvim/,,pure-lua
https://github.com/leafo/moonscript-vim/,HEAD,
https://github.com/yegappan/mru/,,
https://github.com/smoka7/multicursors.nvim/,HEAD,
https://github.com/AckslD/muren.nvim/,HEAD,
https://github.com/jbyuki/nabla.nvim/,HEAD,
https://github.com/ncm2/ncm2/,,
https://github.com/ncm2/ncm2-bufword/,,