Skip to content

Commit 90435b9

Browse files
committed
fix(neogit): add support for snacks integration
1 parent 3077baa commit 90435b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/astrocommunity/git/neogit/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ return {
5252
diffview = utils.is_available "diffview.nvim",
5353
fzf_lua = utils.is_available "fzf-lua",
5454
mini_pick = utils.is_available "mini.pick",
55+
snacks = utils.is_available "snacks.nvim",
5556
},
5657
})
5758
end,

0 commit comments

Comments
 (0)