mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
disable tilde on end of buffer
This commit is contained in:
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…
Reference in New Issue
Block a user