We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd134f commit 3fbfda8Copy full SHA for 3fbfda8
pkgs/applications/editors/vim/plugins/generated.nix
@@ -187,12 +187,12 @@ final: prev:
187
188
LazyVim = buildVimPlugin {
189
pname = "LazyVim";
190
- version = "2025-02-15";
+ version = "2025-02-22";
191
src = fetchFromGitHub {
192
owner = "LazyVim";
193
repo = "LazyVim";
194
- rev = "401ef48fcd617534b017ef471309bb1bd6465131";
195
- sha256 = "1056af0psn9pxm1q9fcfh8rnv66fapq6fbv7h88ppz8c88d5lr0d";
+ rev = "cb223553ff73eb2f37ffb5dc0bb75b76a4677faf";
+ sha256 = "0yc8xcgfjfg0j4jm0rkfpd9d0bg6n29vsm2g9fdmacbmhx79261l";
196
};
197
meta.homepage = "https://github.com/LazyVim/LazyVim/";
198
meta.hydraPlatforms = [ ];
0 commit comments