Commit d6748dce authored by Tomodachi94's avatar Tomodachi94
Browse files

vimPlugins.vim-mediawiki-editor: init at 2022-10-29

parent 79010d72
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -11108,6 +11108,18 @@ final: prev:
    meta.homepage = "https://github.com/andymass/vim-matchup/";
  };

  vim-mediawiki-editor = buildVimPluginFrom2Nix {
    pname = "vim-mediawiki-editor";
    version = "2022-10-29";
    src = fetchFromGitHub {
      owner = "aquach";
      repo = "vim-mediawiki-editor";
      rev = "ba6a1139bdde0bdf2990f7110a42b304815f76b5";
      sha256 = "00d1vwf0say9vsrsvz710483ybbhwn5799k3qb4skna0vzjryayz";
    };
    meta.homepage = "https://github.com/aquach/vim-mediawiki-editor/";
  };

  vim-mergetool = buildVimPluginFrom2Nix {
    pname = "vim-mergetool";
    version = "2019-06-22";
+4 −0
Original line number Diff line number Diff line
@@ -669,6 +669,10 @@ self: super: {
    dontBuild = true;
  });

  vim-mediawiki-editor = super.vim-mediawiki-editor.overrideAttrs (old: {
    passthru.python3Dependencies = [ python3.pkgs.mwclient ];
  });

  nvim-spectre = super.nvim-spectre.overrideAttrs (old: {
    dependencies = with self; [ plenary-nvim ];
  });
+1 −0
Original line number Diff line number Diff line
@@ -933,6 +933,7 @@ https://github.com/preservim/vim-markdown/,,
https://github.com/euclio/vim-markdown-composer/,,
https://github.com/mzlogin/vim-markdown-toc/,,
https://github.com/andymass/vim-matchup/,,
https://github.com/aquach/vim-mediawiki-editor/,HEAD,
https://github.com/samoshkin/vim-mergetool/,,
https://github.com/idanarye/vim-merginal/,,
https://github.com/david-a-wheeler/vim-metamath/,,