Skip to content

Commit cba5880

Browse files
committed
chore: changed blame off when start nvim
1 parent 659a44c commit cba5880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nivi/plugins/f-person.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ return {
99
opts = {
1010
-- your configuration comes here
1111
-- for example
12-
enabled = true, -- if you want to enable the plugin
12+
enabled = false, -- if you want to enable the plugin
1313
message_template = " <summary> • <date> • <author> • <<sha>>", -- template for the blame message, check the Message template section for more options
1414
date_format = "%m-%d-%Y %H:%M:%S", -- template for the date, check Date format section for more options
1515
virtual_text_column = 1, -- virtual text start column, check Start virtual text at column section for more options

0 commit comments

Comments
 (0)