mirror of
https://github.com/macocianradu/setup.git
synced 2026-07-16 10:38:46 +00:00
Made neogit floating
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local neogit = require('neogit')
|
||||
|
||||
vim.keymap.set("n", "<leader>gs", function()
|
||||
neogit.open()
|
||||
neogit.open({ kind= "floating" })
|
||||
end
|
||||
)
|
||||
|
||||
@@ -127,7 +127,7 @@ require("lazy").setup({
|
||||
{
|
||||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
"sindrets/diffview.nvim", -- optional - Diff integration
|
||||
"sindrets/diffview.nvim",
|
||||
},
|
||||
config = true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user