summaryrefslogtreecommitdiffstats
path: root/lua/config
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/options.lua4
1 files changed, 1 insertions, 3 deletions
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 ]]