add git-blame and indent-blanklines
This commit is contained in:
10
lua/crentist/lazy/git-blame.lua
Normal file
10
lua/crentist/lazy/git-blame.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'f-person/git-blame.nvim',
|
||||
config = function()
|
||||
require('gitblame').setup({
|
||||
enabled = true,
|
||||
date_format = '%r'
|
||||
})
|
||||
vim.keymap.set("n", "<leader>gbt", ':GitBlameToggle<CR>')
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user