refactor(nvim/neovide): use default neovide float shadow
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m9s

This commit is contained in:
Price Hiller 2024-06-27 20:59:54 -05:00
parent 1d8e79a437
commit 8faf39d2b1
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_shadow = true
vim.g.neovide_floating_z_height = 10
vim.g.neovide_light_angle_degrees = 45
vim.g.neovide_light_radius = 5