Skip to content

Commit

Permalink
feat: disable eob fill chars for better png previews
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Apr 12, 2024
1 parent a213e66 commit 12363f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/config/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ local animals = require('misc.style').animals
-- proper colors
vim.opt.termguicolors = true

-- disable fill chars (the ~ after the buffer)
vim.o.fillchars = 'eob: '

-- more opinionated
vim.opt.number = true -- show linenumbers
vim.opt.mouse = 'a' -- enable mouse
Expand Down

0 comments on commit 12363f0

Please sign in to comment.