diff options
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/gitsigns.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/plugins/gitsigns.lua b/lua/plugins/gitsigns.lua index dafeece..739dc34 100644 --- a/lua/plugins/gitsigns.lua +++ b/lua/plugins/gitsigns.lua @@ -3,25 +3,25 @@ require("gitsigns").setup({ signs = { --add = { -- hl = "GitSignsAdd", - -- text = "│", + -- text = "▍", --│ -- numhl = "GitSignsAddNr", -- linehl = "GitSignsAddLn", --}, --change = { -- hl = "GitSignsChange", - -- text = "│", + -- text = "▍", --│ -- numhl = "GitSignsChangeNr", -- linehl = "GitSignsChangeLn", --}, delete = { hl = "GitSignsDelete", - text = "_", + text = "▁", --_ numhl = "GitSignsDeleteNr", linehl = "GitSignsDeleteLn", }, topdelete = { hl = "GitSignsDelete", - text = "‾", + text = "▔", --‾ numhl = "GitSignsDeleteNr", linehl = "GitSignsDeleteLn", }, |
