vimPlugins.vim-apm: init at 2020-09-28
This commit is contained in:
parent
445eaaece1
commit
e482444bb6
@ -4610,6 +4610,18 @@ let
|
|||||||
meta.homepage = "https://github.com/osyo-manga/vim-anzu/";
|
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 {
|
vim-asterisk = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-asterisk";
|
pname = "vim-asterisk";
|
||||||
version = "2020-02-03";
|
version = "2020-02-03";
|
||||||
|
@ -553,6 +553,7 @@ terryma/vim-multiple-cursors
|
|||||||
tex/vimpreviewpandoc
|
tex/vimpreviewpandoc
|
||||||
Th3Whit3Wolf/one-nvim@main
|
Th3Whit3Wolf/one-nvim@main
|
||||||
theHamsta/nvim-dap-virtual-text
|
theHamsta/nvim-dap-virtual-text
|
||||||
|
ThePrimeagen/vim-apm
|
||||||
thinca/vim-ft-diff_fold
|
thinca/vim-ft-diff_fold
|
||||||
thinca/vim-prettyprint
|
thinca/vim-prettyprint
|
||||||
thinca/vim-quickrun
|
thinca/vim-quickrun
|
||||||
|
Loading…
Reference in New Issue
Block a user