commit
This commit is contained in:
@ -12,6 +12,11 @@ return {
|
||||
opts = {
|
||||
-- lazy.nvim will automatically call setup for you. put your options here, anything missing will use the default:
|
||||
animation = true,
|
||||
gitsigns = {
|
||||
added = { enabled = true, icon = "+" },
|
||||
changed = { enabled = true, icon = "~" },
|
||||
deleted = { enabled = true, icon = "-" },
|
||||
},
|
||||
insert_at_start = true,
|
||||
auto_hide = true,
|
||||
sidebar_filetypes = {
|
||||
|
Reference in New Issue
Block a user