disable tilde on end of buffer

navigator
siduck76 3 years ago
parent d390966b4d
commit ea992308f1

@ -20,7 +20,7 @@ opt.clipboard = "unnamedplus"
opt.shortmess:append("sI")
-- disable tilde on end of buffer: https://github.com/ neovim/neovim/pull/8546#issuecomment-643643758
vim.cmd("let &fcs='eob: '")
opt.fillchars = {eob = " "}
-- Numbers
opt.number = true

Loading…
Cancel
Save