refactor(nvim/neovide): use default neovide float shadow
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m9s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m9s
This commit is contained in:
parent
1d8e79a437
commit
8faf39d2b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user