nvim: reduce neovide cursor trail size
it shouldn't be flashy it should be functional or something like that
This commit is contained in:
parent
f98cde4964
commit
fc3b5dbb6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user