housekeeping merge
This commit is contained in:
parent
398616cfcd
commit
2cbdb13009
6 changed files with 319 additions and 144 deletions
9
lua/plugin-options/gitsigns.lua
Normal file
9
lua/plugin-options/gitsigns.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
signs = {
|
||||
add = { text = '+' },
|
||||
change = { text = '~' },
|
||||
delete = { text = '_' },
|
||||
topdelete = { text = '‾' },
|
||||
changedelete = { text = '~' },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue