From e0677ba65dc100e277c956f836e8585f9672eb28 Mon Sep 17 00:00:00 2001 From: teesh3rt Date: Sun, 22 Feb 2026 12:20:15 +0200 Subject: [PATCH] fix: make neovim use the correct fugit2 --- modules/base/neovim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/base/neovim.nix b/modules/base/neovim.nix index 62d9cec..36cd514 100644 --- a/modules/base/neovim.nix +++ b/modules/base/neovim.nix @@ -23,6 +23,7 @@ nixd alejandra statix + libgit2.lib ] ++ [expert]; plugins.catppuccin = '' @@ -33,7 +34,7 @@ 'SuperBo/fugit2.nvim', build = true, opts = { - libgit2_path = "${pkgs.libgit2}/lib/libgit2.so" + libgit2_path = "${pkgs.libgit2.lib}/lib/libgit2.so" }, dependencies = { 'MunifTanjim/nui.nvim',