vimPlugins.vim-openscad: init at 2022-07-26
This commit is contained in:
parent
6e14a6d3d1
commit
a5bcff8ef2
@ -11276,6 +11276,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/petRUShka/vim-opencl/";
|
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 {
|
vim-operator-replace = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-operator-replace";
|
pname = "vim-operator-replace";
|
||||||
version = "2015-02-24";
|
version = "2015-02-24";
|
||||||
|
@ -946,6 +946,7 @@ https://github.com/tpope/vim-obsession/,,
|
|||||||
https://github.com/ocaml/vim-ocaml/,,
|
https://github.com/ocaml/vim-ocaml/,,
|
||||||
https://github.com/rakr/vim-one/,,
|
https://github.com/rakr/vim-one/,,
|
||||||
https://github.com/petRUShka/vim-opencl/,,
|
https://github.com/petRUShka/vim-opencl/,,
|
||||||
|
https://github.com/sirtaj/vim-openscad/,HEAD,
|
||||||
https://github.com/kana/vim-operator-replace/,,
|
https://github.com/kana/vim-operator-replace/,,
|
||||||
https://github.com/rhysd/vim-operator-surround/,,
|
https://github.com/rhysd/vim-operator-surround/,,
|
||||||
https://github.com/kana/vim-operator-user/,,
|
https://github.com/kana/vim-operator-user/,,
|
||||||
|
Loading…
Reference in New Issue
Block a user