From 9ef2b507019762b785bce934ec38bf5598106b78 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 5 Sep 2023 08:30:28 +0200 Subject: [PATCH] vimPlugins.multicursors-nvim: init at 2023-08-30 --- pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 5 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 7ef054e057fe..3b948d798760 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 7a17da0a69e4..4b9ad1d45e08 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,