vimPlugins.multicursors-nvim: init at 2023-08-30

This commit is contained in:
Gaetan Lepage 2023-09-05 08:30:28 +02:00
parent 08f28c415b
commit 9ef2b50701
2 changed files with 5 additions and 0 deletions

View File

@ -789,6 +789,10 @@ self: super: {
meta.homepage = "https://github.com/jose-elias-alvarez/minsnip.nvim/";
};
multicursors-nvim = super.multicursors-nvim.overrideAttrs {
dependencies = with self; [ nvim-treesitter hydra-nvim ];
};
ncm2 = super.ncm2.overrideAttrs {
dependencies = with self; [ nvim-yarp ];
};

View File

@ -471,6 +471,7 @@ https://github.com/loctvl842/monokai-pro.nvim/,HEAD,
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/jbyuki/nabla.nvim/,HEAD,
https://github.com/ncm2/ncm2/,,
https://github.com/ncm2/ncm2-bufword/,,