Skip to content

Commit 12363f0

Browse files
committed
feat: disable eob fill chars for better png previews
1 parent a213e66 commit 12363f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/config/global.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ local animals = require('misc.style').animals
55
-- proper colors
66
vim.opt.termguicolors = true
77

8+
-- disable fill chars (the ~ after the buffer)
9+
vim.o.fillchars = 'eob: '
10+
811
-- more opinionated
912
vim.opt.number = true -- show linenumbers
1013
vim.opt.mouse = 'a' -- enable mouse

0 commit comments

Comments
 (0)