From 56fb029033e5ac9dc9d020ad60fdea939afac0e6 Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Wed, 25 Jun 2025 02:04:36 -0500 Subject: [PATCH] vimPlugins.helm-ls-nvim: init at 2025-06-07 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 7 +++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 21 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 7e0eb9ee3f45..abe4f3756465 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -5933,6 +5933,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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 821a7be77646..b293b156ac49 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -23,6 +23,7 @@ direnv, fzf, gawk, + helm-ls, himalaya, htop, jq, @@ -1403,6 +1404,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" ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index b0d7453038b2..2d88cab9f994 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -454,6 +454,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/,,