neovim-config/lua/plugins/gitsigns.lua

7 lines
87 B
Lua

return {
"lewis6991/gitsigns.nvim",
opts = {
current_line_blame = true,
},
}