Skip to content

Commit

Permalink
vimPlugins.vim-zscript: init at 2023-10-02 (#339710)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Sep 12, 2024
2 parents c02a0df + ef02226 commit f1ca6cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit f1ca6cb

Please sign in to comment.