feat: minor styling + context plugins
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
local config = {
|
||||
signs = {
|
||||
add = { text = "┃" },
|
||||
change = { text = "┃" },
|
||||
add = { text = "▌" },
|
||||
change = { text = "▌" },
|
||||
delete = { text = "_" },
|
||||
topdelete = { text = "‾" },
|
||||
changedelete = { text = "~" },
|
||||
untracked = { text = "┆" },
|
||||
},
|
||||
signs_staged = {
|
||||
add = { text = "┃" },
|
||||
change = { text = "┃" },
|
||||
add = { text = "▌" },
|
||||
change = { text = "▌" },
|
||||
delete = { text = "_" },
|
||||
topdelete = { text = "‾" },
|
||||
changedelete = { text = "~" },
|
||||
|
||||
Reference in New Issue
Block a user