mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-03-24 02:40:50 -05:00
This commit is contained in:
parent
7a86861f09
commit
23abd72cf8
5 changed files with 25 additions and 263 deletions
|
|
@ -15,6 +15,12 @@ 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)
|
||||
|
||||
local jump = require('mini.jump2d')
|
||||
jump.setup {
|
||||
mappings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue