vimPlugins.vim-mediawiki-editor: init at 2022-10-29
This commit is contained in:
parent
79010d72b9
commit
d6748dcee7
3 changed files with 17 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
});
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue