Git blame added
This commit is contained in:
parent
d8aa0e5ed4
commit
2c58550521
2 changed files with 26 additions and 16 deletions
10
init.lua
10
init.lua
|
|
@ -960,6 +960,16 @@ require('lazy').setup({
|
|||
end,
|
||||
},
|
||||
|
||||
{
|
||||
'FabijanZulj/blame.nvim',
|
||||
lazy = false,
|
||||
config = function()
|
||||
require('blame').setup {}
|
||||
|
||||
vim.keymap.set('n', '<leader>gb', '<cmd>BlameToggle<CR>', { desc = 'Toggle blame' })
|
||||
end,
|
||||
},
|
||||
|
||||
{ -- Highlight, edit, and navigate code
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = ':TSUpdate',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue