diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 9e4df1a6f815..cd683c6d1d58 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index a2ef41c03cc1..97d59706fd25 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, @@ -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" ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 1bbc1fd138ff..8b9296b0f093 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,