1
0
Fork 0

nvim: Add rounded border for gitsigns

This commit is contained in:
Daniel Kempkens 2022-04-24 00:16:23 +02:00
parent d12a15f73b
commit 8d63447dca

View file

@ -23,4 +23,6 @@
:numhl false
:linehl false
:status_formatter ns.gitsigns-formatter
:diff_opts {:internal true}}))
:diff_opts {:internal true}
:preview_config {:border :rounded}}))