vimPlugins.vim-zscript: init at 2023-10-02 (#339710)
This commit is contained in:
commit
f1ca6cb56f
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user