Neovim: Disable empty line squiggles
remove the "~" character which signals an empty line
This commit is contained in:
parent
3d2f4e8724
commit
2ecc6e684a
1 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,6 @@ vim.o.updatetime = 300
|
|||
vim.o.termguicolors = true
|
||||
|
||||
vim.o.mouse = "a"
|
||||
|
||||
-- disable empty line ~
|
||||
vim.o.fillchars = "eob: "
|
||||
|
|
Loading…
Reference in a new issue