vimPlugins.vim-printer: init at 2022-03-01
This commit is contained in:
parent
38139e464a
commit
b511382c95
2 changed files with 13 additions and 0 deletions
|
@ -10929,6 +10929,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/thinca/vim-prettyprint/";
|
||||
};
|
||||
|
||||
vim-printer = buildVimPluginFrom2Nix {
|
||||
pname = "vim-printer";
|
||||
version = "2022-03-01";
|
||||
src = fetchFromGitHub {
|
||||
owner = "meain";
|
||||
repo = "vim-printer";
|
||||
rev = "55ab49179838d86f92fd847504cef3570000b7f3";
|
||||
sha256 = "1h2wh86qph38mgfyahy8ha6zpvn2kvs4h2znipxq9z4ybnwcxmf4";
|
||||
};
|
||||
meta.homepage = "https://github.com/meain/vim-printer/";
|
||||
};
|
||||
|
||||
vim-prisma = buildVimPluginFrom2Nix {
|
||||
pname = "vim-prisma";
|
||||
version = "2020-04-04";
|
||||
|
|
|
@ -917,6 +917,7 @@ https://github.com/jakwings/vim-pony/,,
|
|||
https://github.com/haya14busa/vim-poweryank/,,
|
||||
https://github.com/prettier/vim-prettier/,,
|
||||
https://github.com/thinca/vim-prettyprint/,,
|
||||
https://github.com/meain/vim-printer/,HEAD,
|
||||
https://github.com/pantharshit00/vim-prisma/,,
|
||||
https://github.com/tpope/vim-projectionist/,,
|
||||
https://github.com/dhruvasagar/vim-prosession/,,
|
||||
|
|
Loading…
Reference in a new issue