From b2611954133206b0af29cb6af547e25fc4b07ec2 Mon Sep 17 00:00:00 2001 From: tomoron Date: Thu, 7 Aug 2025 15:13:39 +0200 Subject: [PATCH] fix 42header (deleted revision) --- homeConfigs/modules/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfigs/modules/vim.nix b/homeConfigs/modules/vim.nix index 3158eae..7256d7b 100644 --- a/homeConfigs/modules/vim.nix +++ b/homeConfigs/modules/vim.nix @@ -93,7 +93,7 @@ #install stdheader 42 ".config/nvim/plugin/stdheader.vim".source = "${builtins.fetchGit { url = "https://github.com/42Paris/42header"; - rev = "71e6a4df6d72ae87a080282bf45bb993da6146b2"; + rev = "e6e6b191871545e0d43f1aad817070bc806b8fa7"; ref = "master"; }}/plugin/stdheader.vim";