From e8f313c49ddf924106424150f8aa6920d19bebf6 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 12 Jul 2023 14:02:36 +0200 Subject: [PATCH] vim: better filler character for deleted lines in diffs --- config/nvim/lua/user/options.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/nvim/lua/user/options.lua b/config/nvim/lua/user/options.lua index a280328..d36e2ba 100644 --- a/config/nvim/lua/user/options.lua +++ b/config/nvim/lua/user/options.lua @@ -83,6 +83,9 @@ o.listchars = { trail = '·', conceal = '┊', } +o.fillchars = { + diff = '⋅', +} -- Wildcard Expansion o.wildignore = {