mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 15:23:40 +02:00
nvim/lua/user/icons.lua: fatter bars for gutter diff
This commit is contained in:
parent
7b9909444f
commit
46198d33f9
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ return {
|
||||||
removed = "",
|
removed = "",
|
||||||
},
|
},
|
||||||
diff_gutter = {
|
diff_gutter = {
|
||||||
add = "▎",
|
add = "▊",
|
||||||
change = "▎",
|
change = "▊",
|
||||||
delete = "",
|
delete = "",
|
||||||
untracked = "+",
|
untracked = "+",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue