From e9e81fb6fb49aaac3d6835b29c701b54bef36184 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 24 Feb 2023 19:14:05 -0800 Subject: [PATCH] neovim updates --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index f9ce077..d07150e 100644 --- a/home.nix +++ b/home.nix @@ -313,7 +313,7 @@ # Neovim Configuration xdg.configFile."nvim".source = builtins.fetchGit { url = "https://git.softinio.com/softinio/nvim-config.git"; - rev = "f1ca602f8d25d9bd18648acc9b61c1356ec24fd0"; + rev = "ff03b6eaaf55fa6d50a8c03a8747043636a6c0a4"; }; }