blob: da710bbe0576e8c3efdcd5a0025a4db5228b1db3 (
plain)
1
2
3
4
5
6
7
8
9
|
if not vim.g.neovide then
return
end
vim.o.guifont = "MartianMono Nerd Font Mono"
vim.g.neovide_cursor_animation_length = 0
vim.g.neovide_cursor_trail_size = 0
vim.g.neovide_cursor_animate_in_insert_mode = false
vim.g.neovide_cursor_animate_command_line = false
|