mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Shortcut <leader>gm to show git message for current line
This commit is contained in:
@@ -1 +1,3 @@
|
||||
require('gitsigns').setup()
|
||||
local gitsigns = require('gitsigns')
|
||||
vim.keymap.set('n', '<leader>gm', gitsigns.blame_line, { desc = 'Show git message for current line' })
|
||||
|
||||
Reference in New Issue
Block a user