diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index c2be748939a0..1b22e0bae02f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -5100,6 +5100,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + freeze-nvim = buildVimPlugin { + pname = "freeze.nvim"; + version = "2025-03-25"; + src = fetchFromGitHub { + owner = "charm-and-friends"; + repo = "freeze.nvim"; + rev = "590fdb0d724485f578e4fee0e3ae2b32040dfb1a"; + sha256 = "1641xxp7yq4z25xck3l9vfcm0dvxcjvagawzixs4mvag214ndlam"; + }; + meta.homepage = "https://github.com/charm-and-friends/freeze.nvim/"; + meta.hydraPlatforms = [ ]; + }; + friendly-snippets = buildVimPlugin { pname = "friendly-snippets"; version = "2025-04-29"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index c529e87395ea..e34e24aa2756 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -16,6 +16,7 @@ mkYarnModules, python3, # Misc dependencies + charm-freeze, code-minimap, dailies, dasht, @@ -1175,6 +1176,10 @@ in dependencies = [ self.self ]; }; + freeze-nvim = super.freeze-nvim.overrideAttrs { + runtimeDeps = [ charm-freeze ]; + }; + fruzzy = let # until https://github.com/NixOS/nixpkgs/pull/67878 is merged, there's no better way to install nim libraries with nix diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index dce17fb6f085..a5457cddb3cc 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -390,6 +390,7 @@ https://github.com/jghauser/follow-md-links.nvim/,HEAD, https://github.com/mhartington/formatter.nvim/,, https://github.com/megaannum/forms/,, https://github.com/rubiin/fortune.nvim/,HEAD, +https://github.com/charm-and-friends/freeze.nvim/,HEAD, https://github.com/rafamadriz/friendly-snippets/,, https://github.com/raghur/fruzzy/,, https://github.com/SuperBo/fugit2.nvim/,HEAD,