3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.vim-apm: init at 2020-09-28

This commit is contained in:
"Andrey Kuznetsov" 2021-02-01 10:29:04 +00:00
parent 445eaaece1
commit e482444bb6
2 changed files with 13 additions and 0 deletions

View file

@ -4610,6 +4610,18 @@ let
meta.homepage = "https://github.com/osyo-manga/vim-anzu/";
};
vim-apm = buildVimPluginFrom2Nix {
pname = "vim-apm";
version = "2020-09-28";
src = fetchFromGitHub {
owner = "ThePrimeagen";
repo = "vim-apm";
rev = "2da35c35febbe98a6704495cd4e0b9526a0651e3";
sha256 = "09amrb7bzrnwga8cm21fm4ylp2l0jd7cyfsf43fcym3f1k0bycwb";
};
meta.homepage = "https://github.com/ThePrimeagen/vim-apm/";
};
vim-asterisk = buildVimPluginFrom2Nix {
pname = "vim-asterisk";
version = "2020-02-03";

View file

@ -553,6 +553,7 @@ terryma/vim-multiple-cursors
tex/vimpreviewpandoc
Th3Whit3Wolf/one-nvim@main
theHamsta/nvim-dap-virtual-text
ThePrimeagen/vim-apm
thinca/vim-ft-diff_fold
thinca/vim-prettyprint
thinca/vim-quickrun