From f55b00efc06687b48d4c103c9ba56f5103944b4d Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Tue, 28 Feb 2023 19:03:28 -0800 Subject: [PATCH] update neovim config --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 3135efa..79ba1d3 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 = "e7dfc75b15c3dfecb736809815db09896529bf6d"; + rev = "8f9763738d35e3b889d328f75bea8cd69c6ebd8f"; }; }