Unverified Commit 48c35ad5 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.hurl-nvim: init at 2025-03-04 (#394819)

parents 6afedb08 a6af279b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -5982,6 +5982,19 @@ final: prev:
    meta.hydraPlatforms = [ ];
  };
  hurl-nvim = buildVimPlugin {
    pname = "hurl.nvim";
    version = "2025-03-04";
    src = fetchFromGitHub {
      owner = "jellydn";
      repo = "hurl.nvim";
      rev = "bf00b4ee56dc8026dd7cd068236fb2c01bb1e307";
      sha256 = "1hw8sfx689j8fxwixfdia6rvfncb37j5y3g7f8kgqg1rd6vc3b0z";
    };
    meta.homepage = "https://github.com/jellydn/hurl.nvim/";
    meta.hydraPlatforms = [ ];
  };
  hydra-nvim = buildVimPlugin {
    pname = "hydra.nvim";
    version = "2025-03-28";
+18 −0
Original line number Diff line number Diff line
@@ -1368,6 +1368,24 @@ in
    src = "${hurl.src}/contrib/vim";
  };

  hurl-nvim = super.hurl-nvim.overrideAttrs {
    dependencies = with self; [
      nui-nvim
      nvim-treesitter
      plenary-nvim
    ];

    runtimeDeps = [
      hurl
    ];

    nvimSkipModules = [
      # attempt to index global '_HURL_GLOBAL_CONFIG' (a nil value)
      "hurl.popup"
      "hurl.split"
    ];
  };

  idris2-nvim = super.idris2-nvim.overrideAttrs {
    dependencies = with self; [
      nui-nvim
+1 −0
Original line number Diff line number Diff line
@@ -458,6 +458,7 @@ https://github.com/TheBlob42/houdini.nvim/,HEAD,
https://github.com/lewis6991/hover.nvim/,HEAD,
https://github.com/othree/html5.vim/,HEAD,
https://github.com/julienvincent/hunk.nvim/,HEAD,
https://github.com/jellydn/hurl.nvim/,HEAD,
https://github.com/nvimtools/hydra.nvim/,HEAD,
https://github.com/mboughaba/i3config.vim/,,
https://github.com/cocopon/iceberg.vim/,,