Newer
Older
-- Put anything you want to happen only in Neovide here
vim.o.guifont = "JetBrainsMono Nerd Font:h13:b"
-- Helper function for transparency formatting
return string.format("%x", math.floor((255 * vim.g.transparency)))
end
-- g:neovide_transparency should be 0 if you want to unify transparency of content and title bar.
vim.g.neovide_floating_blur_amount_y = 2.0