nvim: change eob character for berkeley mono
This commit is contained in:
parent
6bf9bf1f47
commit
c46e0931c9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ vim.g.do_filetype_lua = 1
|
|||
vim.g.root_spec = { { ".git", "lua" }, "lsp", "cwd" }
|
||||
|
||||
vim.o.autochdir = true
|
||||
vim.o.fillchars = "stl: ,stlnc: ,eob:🮙"
|
||||
vim.o.fillchars = "stl: ,stlnc: ,eob:░"
|
||||
vim.o.list = false
|
||||
vim.o.scrolloff = 7
|
||||
vim.o.splitkeep = "screen"
|
||||
|
|
Loading…
Reference in a new issue