From 5d8cfd92502576fbd7142417914d4f95a208a570 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Tue, 7 Mar 2023 07:57:11 -0800 Subject: [PATCH] neovim update --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 8e45546..6e0fc0a 100644 --- a/home.nix +++ b/home.nix @@ -317,7 +317,7 @@ # Neovim Configuration xdg.configFile."nvim".source = builtins.fetchGit { url = "https://git.softinio.com/softinio/nvim-config.git"; - rev = "b873a14c3adc0815a51a54fa96f4d2fcfc1e93ba"; + rev = "3c5cdb2304a76e942cfb126e5ad0c93076626c7a"; }; }