mirror of
https://github.com/macocianradu/setup.git
synced 2026-07-16 02:28:47 +00:00
Made neogit floating
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user