Commit 19ae2996 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

vimPlugins.iswap-nvim: init at 0-unstable-2024-05-23

parent 5c995d0c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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";
+4 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -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/,,