vimPlugins.vim-openscad: init at 2022-07-26

This commit is contained in:
"Malo Bourgon" 2022-11-28 15:34:11 -08:00
parent 6e14a6d3d1
commit a5bcff8ef2
2 changed files with 13 additions and 0 deletions

View File

@ -11276,6 +11276,18 @@ final: prev:
meta.homepage = "https://github.com/petRUShka/vim-opencl/";
};
vim-openscad = buildVimPluginFrom2Nix {
pname = "vim-openscad";
version = "2022-07-26";
src = fetchFromGitHub {
owner = "sirtaj";
repo = "vim-openscad";
rev = "11ed125209e2277d439cf6d0340c6fca263cb09b";
sha256 = "1r86pz95yva0rsgnh7mnl94r6yra6704iify95r8fbj4zsawfclp";
};
meta.homepage = "https://github.com/sirtaj/vim-openscad/";
};
vim-operator-replace = buildVimPluginFrom2Nix {
pname = "vim-operator-replace";
version = "2015-02-24";

View File

@ -946,6 +946,7 @@ https://github.com/tpope/vim-obsession/,,
https://github.com/ocaml/vim-ocaml/,,
https://github.com/rakr/vim-one/,,
https://github.com/petRUShka/vim-opencl/,,
https://github.com/sirtaj/vim-openscad/,HEAD,
https://github.com/kana/vim-operator-replace/,,
https://github.com/rhysd/vim-operator-surround/,,
https://github.com/kana/vim-operator-user/,,