remove tilda from neovim number column

This commit is contained in:
Murphy 2025-02-05 13:17:16 -05:00
parent 5e3739c41b
commit fd58d56cd0
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -159,6 +159,7 @@ with lib;
vim.opt.relativenumber = true
vim.opt.rnu = true
vim.opt.swapfile = false
vim.opt.fillchars = { eob = " "}
--[[ BUF ]]--