bal_gennady

neovide config

Oct 7th, 2025
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | Fixit | 0 0
  1. vim.o.guifont="hack nerd font:h16"
  2. vim.g.neovide_cursor_animation_length = 0.08
  3. vim.g.neovide_refresh_rate = 150
  4. vim.g.neovide_cursor_trail_length = 0.4
  5. vim.g.neovide_cursor_vfx_mode = "pixiedust"
  6. vim.g.neovide_cursor_antialiasing = true
  7. vim.g.neovide_cursor_vfx_particle_lifetime = 1.2
Tags: nvim
Advertisement
Add Comment
Please, Sign In to add comment