refactor(nvim/neovide): use default floating z height
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s

This commit is contained in:
Price Hiller 2024-07-06 00:18:10 -05:00
parent 2c71be29c1
commit 7caa3c955e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -5,7 +5,6 @@ vim.opt.pumblend = 10
-- Float blur amount
vim.g.neovide_floating_blur_amount_x = 10.0
vim.g.neovide_floating_blur_amount_y = 10.0
vim.g.neovide_floating_z_height = 10
vim.g.neovide_light_angle_degrees = 45
vim.g.neovide_light_radius = 5