mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
12 lines
195 B
Lua
12 lines
195 B
Lua
return {
|
|
'lewis6991/gitsigns.nvim',
|
|
lazy = false,
|
|
opts = {
|
|
signs = {
|
|
add = { text = '+' },
|
|
delete = { text = '-' },
|
|
change = { text = '~' },
|
|
untracked = { text = '+'}
|
|
},
|
|
},
|
|
}
|