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') local neogit = require('neogit')
vim.keymap.set("n", "<leader>gs", function() vim.keymap.set("n", "<leader>gs", function()
neogit.open() neogit.open({ kind= "floating" })
end end
) )
+1 -1
View File
@@ -127,7 +127,7 @@ require("lazy").setup({
{ {
"NeogitOrg/neogit", "NeogitOrg/neogit",
dependencies = { dependencies = {
"sindrets/diffview.nvim", -- optional - Diff integration "sindrets/diffview.nvim",
}, },
config = true config = true
}, },