Skip to content

Commit

Permalink
feat(nvim): blame current line
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 13, 2023
1 parent 7c486d4 commit eff9878
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/neovim/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ require("user.session")
-- BASIC
--
require("user.indent")
require("gitsigns").setup()
require("gitsigns").setup({
current_line_blame = true,
})
require("todo-comments").setup({
highlight = {
keyword = "bg",
Expand Down

0 comments on commit eff9878

Please sign in to comment.