diff options
| -rw-r--r-- | lua/plugins/gitsigns.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/gitsigns.lua b/lua/plugins/gitsigns.lua index 739dc34..c7b0726 100644 --- a/lua/plugins/gitsigns.lua +++ b/lua/plugins/gitsigns.lua @@ -15,7 +15,7 @@ require("gitsigns").setup({ --}, delete = { hl = "GitSignsDelete", - text = "▁", --_ + text = "▁", --_━─ numhl = "GitSignsDeleteNr", linehl = "GitSignsDeleteLn", }, |
