changeset 606:3fb4fbf5fde2

add diff fillchar
author zegervdv <zegervdv@me.com>
date Mon, 18 Jul 2022 21:27:53 +0200
parents 2828b29de182
children 9a7fe4a97873
files .chezmoitemplates/init.lua
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Fri Jul 15 13:50:02 2022 +0200
+++ b/.chezmoitemplates/init.lua	Mon Jul 18 21:27:53 2022 +0200
@@ -736,6 +736,10 @@
   c = true, -- Commandline mode
 }
 
+opt.fillchars = {
+  diff = '╱',
+}
+
 opt.foldmethod = 'expr'
 opt.foldexpr = 'nvim_treesitter#foldexpr()'
 opt.foldnestmax = 3