fix: make neovim use the correct fugit2
This commit is contained in:
parent
244c322b48
commit
e0677ba65d
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue