⚙️ config(nvim): add new options to the neovide extra
This commit is contained in:
parent
17f8b9ee40
commit
225108debe
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ vim.g.neovide_padding_top = 5
|
|||
vim.g.neovide_padding_right = 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_y = 5.0
|
||||
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_vfx_mode = "pixiedust"
|
||||
vim.g.neovide_hide_mouse_when_typing = true
|
||||
|
||||
vim.o.guifont = "JetBrainsMono Nerd Font:h10"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue