We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659a44c commit cba5880Copy full SHA for cba5880
lua/nivi/plugins/f-person.lua
@@ -9,7 +9,7 @@ return {
9
opts = {
10
-- your configuration comes here
11
-- for example
12
- enabled = true, -- if you want to enable the plugin
+ enabled = false, -- if you want to enable the plugin
13
message_template = " <summary> • <date> • <author> • <<sha>>", -- template for the blame message, check the Message template section for more options
14
date_format = "%m-%d-%Y %H:%M:%S", -- template for the date, check Date format section for more options
15
virtual_text_column = 1, -- virtual text start column, check Start virtual text at column section for more options
0 commit comments