1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

Update nvim config

This commit is contained in:
Henrik Hautakoski 2024-02-24 17:01:28 +01:00
parent 3644271f7d
commit e995f07fef
11 changed files with 114 additions and 35 deletions

View file

@ -3,9 +3,9 @@ return {
lazy = false,
opts = {
signs = {
add = { text = '+' },
delete = { text = '-' },
change = { text = '~' },
add = { text = '' },
delete = { text = '' },
change = { text = '' },
untracked = { text = '+'}
},
},