nvim: reduce neovide cursor trail size

it shouldn't be flashy it should be functional
or something like that
This commit is contained in:
dogeystamp 2024-06-12 12:31:04 -04:00
parent f98cde4964
commit fc3b5dbb6b
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -16,6 +16,7 @@ if vim.g.neovide then
vim.g.transparency = 0
vim.g.neovide_background_color = "#000000" .. 0
vim.g.neovide_cursor_trail_size = 0.1
vim.g.neovide_cursor_animate_in_insert_mode = false
-- hack to unscrew the scaling issues