vimPlugins.iswap-nvim: init at 0-unstable-2024-05-23 (#474887)

This commit is contained in:
Gaétan Lepage
2025-12-29 13:21:31 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -6974,6 +6974,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
iswap-nvim = buildVimPlugin {
pname = "iswap.nvim";
version = "0-unstable-2024-05-23";
src = fetchFromGitHub {
owner = "mizlan";
repo = "iswap.nvim";
rev = "e02cc91f2a8feb5c5a595767d208c54b6e3258ec";
hash = "sha256-lAYHvz23f9nJ6rb0NIm+1aq0Vr0SwjPVitPuROtUS2A=";
};
meta.homepage = "https://github.com/mizlan/iswap.nvim/";
meta.hydraPlatforms = [ ];
};
jdaddy-vim = buildVimPlugin {
pname = "jdaddy.vim";
version = "1.0-unstable-2014-02-22";
@@ -1530,6 +1530,10 @@ assertNoAdditions {
dependencies = [ self.nvim-treesitter ];
};
iswap-nvim = super.iswap-nvim.overrideAttrs {
dependencies = [ self.nvim-treesitter ];
};
jdd-nvim = super.jdd-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
@@ -534,6 +534,7 @@ https://github.com/neutaaaaan/iosvkem/,,
https://github.com/twerth/ir_black/,,
https://github.com/Vigemus/iron.nvim/,HEAD,
https://github.com/haya14busa/is.vim/,,
https://github.com/mizlan/iswap.nvim/,HEAD,
https://github.com/vim-scripts/jdaddy.vim/,,
https://github.com/mahyarmirrashed/jdd.nvim/,HEAD,
https://github.com/davidhalter/jedi-vim/,,