mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/editor/gitsigns.lua: set border
This commit is contained in:
parent
46198d33f9
commit
84f9ec647d
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ return {
|
||||||
},
|
},
|
||||||
diff_opts = {
|
diff_opts = {
|
||||||
internal = true
|
internal = true
|
||||||
|
},
|
||||||
|
preview_config = {
|
||||||
|
border = { " " },
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue