vimPlugins.multiple-cursors-nvim: init at 0.15
https://github.com/brenton-leighton/multiple-cursors.nvim
This commit is contained in:
@@ -10669,6 +10669,20 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
multiple-cursors-nvim = buildVimPlugin {
|
||||
pname = "multiple-cursors.nvim";
|
||||
version = "0.15-unstable-2026-05-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "brenton-leighton";
|
||||
repo = "multiple-cursors.nvim";
|
||||
rev = "eae76d4c5f7ede2d45746dc2affb5e7a139e4aa8";
|
||||
hash = "sha256-iLQT+M0wL/Bh0zzgLSozSRjsELzKochMlM6djUwg/og=";
|
||||
};
|
||||
meta.homepage = "https://github.com/brenton-leighton/multiple-cursors.nvim/";
|
||||
meta.license = getLicenseFromSpdxId "Apache-2.0";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
muren-nvim = buildVimPlugin {
|
||||
pname = "muren.nvim";
|
||||
version = "0-unstable-2025-02-09";
|
||||
|
||||
@@ -760,6 +760,7 @@ https://github.com/leafo/moonscript-vim/,,
|
||||
https://github.com/yegappan/mru/,,
|
||||
https://github.com/jake-stewart/multicursor.nvim/,,
|
||||
https://github.com/smoka7/multicursors.nvim/,,
|
||||
https://github.com/brenton-leighton/multiple-cursors.nvim/,main,
|
||||
https://github.com/AckslD/muren.nvim/,,
|
||||
https://github.com/jbyuki/nabla.nvim/,,
|
||||
https://github.com/ncm2/ncm2/,,
|
||||
|
||||
Reference in New Issue
Block a user