From 100290a11c0639cd940f81c47dd86c23dc87d8e1 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 7 Sep 2024 11:14:51 -0700 Subject: [PATCH] neovim update (no more mason) --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index f21896f..177b381 100644 --- a/home.nix +++ b/home.nix @@ -291,6 +291,6 @@ # Neovim Configuration xdg.configFile."nvim".source = builtins.fetchGit { url = "https://code.softinio.com/softinio/nvim-config"; - rev = "754a8bb8a7161e9f04596081a166722d3ec4a408"; + rev = "b25a90efbc016f75393b43cf9aa9643b066be1ce"; }; }