feat: hide nontext characters
This commit is contained in:
parent
363a92a5df
commit
5b3c04d868
|
@ -49,6 +49,8 @@ o.swapfile = false
|
|||
o.guifont = "Iosevka Comfy:h10.5"
|
||||
-- Colorscheme
|
||||
vim.cmd("colorscheme kagayaki")
|
||||
-- Transparent nontext
|
||||
vim.opt.fillchars:append { eob = " " }
|
||||
|
||||
-- Neovide transparency
|
||||
vim.g.neovide_transparency = 0.9
|
||||
|
|
Loading…
Reference in a new issue