diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-05-01 23:05:54 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-05-01 23:05:54 +0200 |
| commit | 885f2ea36ff8997badd2798efb285ac2b739fe69 (patch) | |
| tree | 4d74c266b9952b6fe412e2a0c14b58e58e71afd8 | |
| parent | 224e4c51d6fd6592d3c9e28e04e637a1a7512d35 (diff) | |
| download | dotfiles-885f2ea36ff8997badd2798efb285ac2b739fe69.tar.gz dotfiles-885f2ea36ff8997badd2798efb285ac2b739fe69.zip | |
Changed sign for GitSignsDelete
| -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", }, |
