From ef0222642c1506fd1b6df257d036d223770f87a4 Mon Sep 17 00:00:00 2001 From: PopeRigby Date: Wed, 4 Sep 2024 21:50:41 -0700 Subject: [PATCH] vimPlugins.vim-zscript: init at 2023-10-02 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 84e554df35f81..68350f77fecef 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -16963,6 +16963,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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index fa97d6ce8961d..597df01f2eb47 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1430,6 +1430,7 @@ https://github.com/mg979/vim-xtabline/,, https://github.com/stephpy/vim-yaml/,, https://github.com/mindriot101/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/,,