added snacks terminal handling

This commit is contained in:
Radu Macocian (admac)
2026-04-30 15:20:12 +02:00
parent 483b04ed68
commit dab574ff79
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
local neogit = require('neogit')
vim.keymap.set("n", "<leader>gs", function()
neogit.open({ kind= "floating" })
neogit.open()
end
)