From 18ec22c936600b54aa4985b13f1d0da34e3387a3 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Wed, 25 Sep 2024 22:47:09 +0200 Subject: add newpaper fix fillchars. --- lua/config/options.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lua/config') diff --git a/lua/config/options.lua b/lua/config/options.lua index 5e39088..b2dc166 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -19,9 +19,7 @@ return { vim.opt.undolevels = 1000 vim.opt.relativenumber = true - vim.opt.fillchars = 'eob: ' - vim.opt.fillchars = 'fold: ' - vim.opt.fillchars = 'vert: ' + vim.opt.fillchars = 'eob: ,fold: ,vert: ' vim.opt.cmdheight = 0 vim.cmd [[ autocmd RecordingEnter * set cmdheight=1 ]] vim.cmd [[ autocmd RecordingLeave * set cmdheight=0 ]] -- cgit v1.2.3