aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
m---------config/nvim0
-rw-r--r--overlays/neovim.nix2
2 files changed, 1 insertions, 1 deletions
diff --git a/config/nvim b/config/nvim
-Subproject 44e22b35d276682879ce7ffcfafe7a1afe7dd4f
+Subproject e871e5a7c3e55b84d435a6694651f341b8b00f1
diff --git a/overlays/neovim.nix b/overlays/neovim.nix
index f10bad9..c97c1f9 100644
--- a/overlays/neovim.nix
+++ b/overlays/neovim.nix
@@ -12,7 +12,7 @@ self: super: {
owner = "neovim";
repo = "neovim";
rev = "nightly";
- sha256 = "1h1idmlyvydkihfr2n1bsp8c2w9jnlgvm7jqc0gmr4cvwaflcydf";
+ sha256 = "05aswlzgqjy2v6ryh9mn0gskxq12xsl31pds6r69d0hdx9hcv1sj";
};
nativeBuildInputs = with self.pkgs; [ unzip cmake pkgconfig gettext tree-sitter-updated ];