From 487f3988c6fda6811ea0116f6fafa52bbf811f57 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Wed, 1 Mar 2023 22:02:48 -0800 Subject: [PATCH] update neovim --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 79ba1d3..b1ce80f 100644 --- a/home.nix +++ b/home.nix @@ -316,7 +316,7 @@ # Neovim Configuration xdg.configFile."nvim".source = builtins.fetchGit { url = "https://git.softinio.com/softinio/nvim-config.git"; - rev = "8f9763738d35e3b889d328f75bea8cd69c6ebd8f"; + rev = "b873a14c3adc0815a51a54fa96f4d2fcfc1e93ba"; }; }