mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-27 06:25:23 +00:00
vimPlugins.muren-nvim: init at 2023-08-26 (#353828)
This commit is contained in:
commit
d517298f9c
@ -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/";
|
||||
};
|
||||
}
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user