diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-05-01 23:08:26 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-05-01 23:08:26 +0200 |
| commit | ba436a9e37e5f4eb0cba05e1b41192a7cef794a3 (patch) | |
| tree | 3e0559371c8a25f1f2fbe2ea38aa73a4043047a9 /.config/nvim/lua/plugins/gitsigns.lua | |
| parent | ab246859878ff1d4375f01dbbfe131378c65a541 (diff) | |
| parent | 344cc94d7a8255e74b731b6bc94406958df0cc82 (diff) | |
| download | dotfiles-ba436a9e37e5f4eb0cba05e1b41192a7cef794a3.tar.gz dotfiles-ba436a9e37e5f4eb0cba05e1b41192a7cef794a3.zip | |
Merge commit 'e65568c6a08312766872e054ee62dcdf8b509073'
Diffstat (limited to '.config/nvim/lua/plugins/gitsigns.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/gitsigns.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/nvim/lua/plugins/gitsigns.lua b/.config/nvim/lua/plugins/gitsigns.lua index dafeece..c7b0726 100644 --- a/.config/nvim/lua/plugins/gitsigns.lua +++ b/.config/nvim/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", }, |
