Skip to content

Commit

Permalink
feat: neovide cursor options
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Mar 7, 2024
1 parent 0a4b0f6 commit 4b930dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/dotvim/packages/_/neovide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ function M.setup()

vim.g.neovide_cursor_animation_length = 0.2
vim.g.neovide_cursor_trail_size = 0
vim.g.neovide_cursor_vfx_mode = "pixiedust"
vim.g.neovide_cursor_antialiasing = true

vim.g.neovide_floating_blur_amount_x = 6.0
vim.g.neovide_floating_blur_amount_y = 6.0
Expand Down

0 comments on commit 4b930dd

Please sign in to comment.