From 31541c1ebb6eb6b819b6083a37b8d4ba236f2fe3 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Feb 2026 13:30:52 +0530 Subject: Remove nvim setup --- overlays/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overlays') diff --git a/overlays/neovim.nix b/overlays/neovim.nix index 3e8e6c5..39f5e06 100644 --- a/overlays/neovim.nix +++ b/overlays/neovim.nix @@ -1,5 +1,5 @@ let - rev = "928308a20559523bb3898861a6f28e9589ab3a0e"; # (19 Sept 2025) + rev = "14a21b492d6acd79495b14c9d127a94b77c0b72c"; # (24 Dec 2025) in import (builtins.fetchTarball { url = "https://github.com/nix-community/neovim-nightly-overlay/archive/${rev}.tar.gz"; -- cgit v1.3.1