mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -08:00
feat(keys)!: remove conflict between gitsigns and mini.bracketed
This commit is contained in:
parent
570fddee2d
commit
5336f0bcc6
1 changed files with 2 additions and 2 deletions
|
@ -369,7 +369,7 @@
|
|||
__raw = ''
|
||||
function()
|
||||
if vim.wo.diff then
|
||||
vim.cmd.normal({']c', bang = true})
|
||||
vim.cmd.normal({']g', bang = true})
|
||||
else
|
||||
require('gitsigns').nav_hunk('next')
|
||||
end
|
||||
|
@ -389,7 +389,7 @@
|
|||
__raw = ''
|
||||
function()
|
||||
if vim.wo.diff then
|
||||
vim.cmd.normal({'[c', bang = true})
|
||||
vim.cmd.normal({'[g', bang = true})
|
||||
else
|
||||
require('gitsigns').nav_hunk('prev')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue