vimPlugins.freeze-nvim: init at 2025-03-25 (#420376)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user