⚙️ config(nvim): add new options to the neovide extra

This commit is contained in:
Sergio Laín 2024-02-01 10:43:45 +01:00
parent 17f8b9ee40
commit 225108debe
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -26,6 +26,7 @@ vim.g.neovide_padding_top = 5
vim.g.neovide_padding_right = 5 vim.g.neovide_padding_right = 5
vim.g.neovide_padding_left = 5 vim.g.neovide_padding_left = 5
vim.g.neovide_window_blurred = true
vim.g.neovide_floating_blur_amount_x = 5.0 vim.g.neovide_floating_blur_amount_x = 5.0
vim.g.neovide_floating_blur_amount_y = 5.0 vim.g.neovide_floating_blur_amount_y = 5.0
vim.g.neovide_floating_shadow = true vim.g.neovide_floating_shadow = true
@ -34,6 +35,7 @@ vim.g.neovide_floating_z_height = 10
vim.g.neovide_cursor_antialiasing = false vim.g.neovide_cursor_antialiasing = false
vim.g.neovide_cursor_vfx_mode = "pixiedust" vim.g.neovide_cursor_vfx_mode = "pixiedust"
vim.g.neovide_hide_mouse_when_typing = true
vim.o.guifont = "JetBrainsMono Nerd Font:h10" vim.o.guifont = "JetBrainsMono Nerd Font:h10"