fix: make neovim use the correct fugit2

This commit is contained in:
Teesh 2026-02-22 12:20:15 +02:00
parent 244c322b48
commit e0677ba65d

View file

@ -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',