yay
This commit is contained in:
commit
9d3d05066f
80 changed files with 7776 additions and 0 deletions
9
after/plugin/git.lua
Executable file
9
after/plugin/git.lua
Executable file
|
@ -0,0 +1,9 @@
|
|||
require('gitsigns').setup {
|
||||
signs = {
|
||||
add = { text = '+' },
|
||||
change = { text = '~' },
|
||||
delete = { text = '_' },
|
||||
topdelete = { text = '‾' },
|
||||
changedelete = { text = '~' },
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue