Skip to content

Commit

Permalink
neovim: add blame.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Dec 6, 2024
1 parent 1c4bcb6 commit 9a969f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions home/dot_config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,17 @@ require("lazy").setup({
cmd = { 'Neogit' }
},

{
"FabijanZulj/blame.nvim",
lazy = false,
config = function()
require('blame').setup {}
end,
opts = {
blame_options = { '-w' },
},
},

{
'ruifm/gitlinker.nvim',
dependencies = 'nvim-lua/plenary.nvim',
Expand Down

0 comments on commit 9a969f2

Please sign in to comment.