Skip to content

Commit

Permalink
chore: changed blame off when start nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
0bvim committed Oct 11, 2024
1 parent 659a44c commit cba5880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nivi/plugins/f-person.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ return {
opts = {
-- your configuration comes here
-- for example
enabled = true, -- if you want to enable the plugin
enabled = false, -- if you want to enable the plugin
message_template = " <summary> • <date> • <author> • <<sha>>", -- template for the blame message, check the Message template section for more options
date_format = "%m-%d-%Y %H:%M:%S", -- template for the date, check Date format section for more options
virtual_text_column = 1, -- virtual text start column, check Start virtual text at column section for more options
Expand Down

0 comments on commit cba5880

Please sign in to comment.