From a76410cd8c57fbb7a3597d2e5cded6faa8ffb959 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 30 Apr 2023 21:56:15 +0200 Subject: Changed sign symbols --- lua/plugins/gitsigns.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua') 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", }, -- cgit v1.2.3