vimPlugins.vim-zscript: init at 2023-10-02 (#339710)

This commit is contained in:
Gaétan Lepage 2024-09-12 17:34:02 +02:00 committed by GitHub
commit f1ca6cb56f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -17001,6 +17001,18 @@ final: prev:
meta.homepage = "https://github.com/michal-h21/vim-zettel/";
};
vim-zscript = buildVimPlugin {
pname = "vim-zscript";
version = "2023-10-02";
src = fetchFromGitHub {
owner = "marrub--";
repo = "vim-zscript";
rev = "8c9352effb0847f838dbe32dc946ab38937b3d26";
sha256 = "1q619ial566gbf93d8v13njkhqx6blmcp402cpa3may4npf3qric";
};
meta.homepage = "https://github.com/marrub--/vim-zscript/";
};
vim2hs = buildVimPlugin {
pname = "vim2hs";
version = "2014-04-16";

View File

@ -1430,6 +1430,7 @@ https://github.com/mg979/vim-xtabline/,,
https://github.com/stephpy/vim-yaml/,,
https://github.com/simonrw/vim-yapf/,,
https://github.com/michal-h21/vim-zettel/,HEAD,
https://github.com/marrub--/vim-zscript/,HEAD,
https://github.com/dag/vim2hs/,,
https://github.com/monkoose/vim9-stargate/,HEAD,
https://github.com/dominikduda/vim_current_word/,,