remove tilda from neovim number column
This commit is contained in:
parent
5e3739c41b
commit
fd58d56cd0
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ with lib;
|
|||
vim.opt.relativenumber = true
|
||||
vim.opt.rnu = true
|
||||
vim.opt.swapfile = false
|
||||
vim.opt.fillchars = { eob = " "}
|
||||
|
||||
|
||||
--[[ BUF ]]--
|
||||
|
|
Loading…
Add table
Reference in a new issue