From 595a70a753dab4080c74dd4e714d250ed756ec2d Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Tue, 21 Feb 2023 18:12:34 -0800 Subject: [PATCH] update nvim --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index e12194c..e02c53c 100644 --- a/home.nix +++ b/home.nix @@ -311,7 +311,7 @@ # Neovim Configuration xdg.configFile."nvim".source = builtins.fetchGit { url = "https://git.softinio.com/softinio/nvim-config.git"; - rev = "9431d011d164289f0f16b851dd8605a0bf334c46"; + rev = "30228420ad22efcbb313fe1da744701ce347bb9f"; }; }