Made neogit floating

This commit is contained in:
Radu Macocian
2026-04-22 09:41:24 +02:00
parent dc35a0b460
commit 802cc1dcfc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
local neogit = require('neogit')
vim.keymap.set("n", "<leader>gs", function()
neogit.open()
neogit.open({ kind= "floating" })
end
)