From e18516161d1de762b3ebe227d2d4a90ed17080bf Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 4 May 2025 21:40:00 -0700 Subject: [PATCH] nvim update --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 319e4cc..646f7d3 100644 --- a/home.nix +++ b/home.nix @@ -218,6 +218,6 @@ # Neovim Configuration xdg.configFile."nvim".source = builtins.fetchGit { url = "https://code.softinio.com/softinio/nvim-config"; - rev = "e609be92393f89856d850e9cc3aa23c7badf0bee"; + rev = "ba28bef49a6ec11692d5bdb4949fc484139c8fa5"; }; }