mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-12 07:10:41 +00:00
add option for fillchars
This commit is contained in:
parent
2a8afcb7b6
commit
01babafd72
@ -25,6 +25,7 @@ M.options = {
|
|||||||
timeoutlen = 400,
|
timeoutlen = 400,
|
||||||
updatetime = 250,
|
updatetime = 250,
|
||||||
undofile = true,
|
undofile = true,
|
||||||
|
fillchars = { eob = " " },
|
||||||
|
|
||||||
-- NvChad options
|
-- NvChad options
|
||||||
nvChad = {
|
nvChad = {
|
||||||
|
@ -14,7 +14,7 @@ opt.shiftwidth = options.shiftwidth
|
|||||||
opt.smartindent = options.smartindent
|
opt.smartindent = options.smartindent
|
||||||
|
|
||||||
-- disable tilde on end of buffer: https://github.com/neovim/neovim/pull/8546#issuecomment-643643758
|
-- disable tilde on end of buffer: https://github.com/neovim/neovim/pull/8546#issuecomment-643643758
|
||||||
opt.fillchars = { eob = " " }
|
opt.fillchars = options.fillchars
|
||||||
|
|
||||||
opt.hidden = options.hidden
|
opt.hidden = options.hidden
|
||||||
opt.ignorecase = options.ignorecase
|
opt.ignorecase = options.ignorecase
|
||||||
|
Loading…
Reference in New Issue
Block a user