Fixed neogit fold issues
This commit is contained in:
parent
50668b54d7
commit
32d83e44ce
2 changed files with 28 additions and 17 deletions
dotfiles/neovim/lua/my/plugins
|
@ -200,23 +200,6 @@ return {
|
|||
keys = "<leader>yg",
|
||||
},
|
||||
|
||||
{
|
||||
-- magit clone
|
||||
"TimUntersberger/neogit",
|
||||
-- dependencies = { "plenary.nvim" },
|
||||
cmd = "Neogit",
|
||||
enabled = env.firenvim.not_active() and env.vscode.not_active(),
|
||||
init = function()
|
||||
vim.keymap.set(
|
||||
"n",
|
||||
"<C-g>",
|
||||
"<cmd>Neogit<cr>",
|
||||
{ desc = "Open neo[g]it" }
|
||||
)
|
||||
end,
|
||||
config = true,
|
||||
},
|
||||
|
||||
{
|
||||
-- discord rich presence
|
||||
"andweeb/presence.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue