mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
combine diffs
This commit is contained in:
parent
a004f24728
commit
c8d9279372
9 changed files with 93 additions and 76 deletions
|
|
@ -18,9 +18,7 @@ vim.schedule(function()
|
|||
|
||||
require('mini.git').setup()
|
||||
map('n', '<leader>gb', '<Cmd>Git blame -- %<CR>')
|
||||
map('n', '<leader>go', function()
|
||||
return MiniGit.show_at_cursor()
|
||||
end)
|
||||
map('n', '<leader>go', MiniGit.show_at_cursor)
|
||||
|
||||
local jump = require('mini.jump2d')
|
||||
jump.setup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue