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

nvim/lua/user/plugins/editor/gitsigns.lua: set border

This commit is contained in:
Henrik Hautakoski 2024-11-11 08:49:41 +01:00
parent 46198d33f9
commit 84f9ec647d

View file

@ -32,6 +32,9 @@ return {
},
diff_opts = {
internal = true
},
preview_config = {
border = { " " },
}
},
}