From 8a709b42314048c6b995873069cee985fc219b17 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Thu, 11 May 2023 13:52:04 +0200 Subject: [PATCH] vimPlugins.hurl: init at 3.0.0 --- pkgs/applications/editors/vim/plugins/overrides.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 5900d3ce34dd..027e573e40a1 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -114,6 +114,10 @@ , iferr , impl , reftools + +# hurl dependencies +, hurl + # must be lua51Packages , luaPackages }: @@ -516,6 +520,15 @@ self: super: { sha256 = "W+91hnNeS6WkDiR9r1s7xPTK9JlCWiVkI/nXVYbepY0="; }; }); + # https://hurl.dev/ + hurl = buildVimPluginFrom2Nix { + pname = "hurl"; + version = hurl.version; + # dontUnpack = true; + + src = "${hurl.src}/contrib/vim"; + + }; jedi-vim = super.jedi-vim.overrideAttrs (old: { # checking for python3 support in vim would be neat, too, but nobody else seems to care