From f923ddf7c44ec7e90f28930b3e78646f1dd1c5c6 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 18 Aug 2024 10:45:22 -0700 Subject: [PATCH] neovim update --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index ce120a8..c8d1b29 100644 --- a/home.nix +++ b/home.nix @@ -286,6 +286,6 @@ # Neovim Configuration xdg.configFile."nvim".source = builtins.fetchGit { url = "https://code.softinio.com/softinio/nvim-config"; - rev = "e5cf7829a42592aa984eb80e8501d171f51b1dbd"; + rev = "8d6d972b8eeab4122979adc2bd4bf6db36ce4426"; }; }