Unverified Commit 87025fcd authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.helm-ls-nvim: init at 2025-06-07 (#419804)

parents c91f42be 56fb0290
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -5946,6 +5946,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  helm-ls-nvim = buildVimPlugin {
    pname = "helm-ls.nvim";
    version = "2025-06-07";
    src = fetchFromGitHub {
      owner = "qvalentin";
      repo = "helm-ls.nvim";
      rev = "2bf45466c26a24e05b5266f82a3abead13e32c16";
      sha256 = "0h0mp3qf57s4byr37rg1ynbr3bha1wa9fswnv3ypb0n9n9igr5ys";
    };
    meta.homepage = "https://github.com/qvalentin/helm-ls.nvim/";
    meta.hydraPlatforms = [ ];
  };
  helpview-nvim = buildVimPlugin {
    pname = "helpview.nvim";
    version = "2025-04-26";
+7 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
  direnv,
  fzf,
  gawk,
  helm-ls,
  himalaya,
  htop,
  jq,
@@ -1405,6 +1406,12 @@ in
    luaAttr = luaPackages.haskell-tools-nvim;
  };

  helm-ls-nvim = super.helm-ls-nvim.overrideAttrs {
    runtimeDeps = [
      helm-ls
    ];
  };

  helpview-nvim = super.helpview-nvim.overrideAttrs {
    nvimSkipModules = [ "definitions.__vimdoc" ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -455,6 +455,7 @@ https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD,
https://github.com/travitch/hasksyn/,,
https://github.com/lukas-reineke/headlines.nvim/,HEAD,
https://github.com/rebelot/heirline.nvim/,,
https://github.com/qvalentin/helm-ls.nvim/,HEAD,
https://github.com/OXY2DEV/helpview.nvim/,HEAD,
https://github.com/RaafatTurki/hex.nvim/,HEAD,
https://github.com/Yggdroot/hiPairs/,,