Changes neovim font.

This commit is contained in:
Bailey 2024-06-11 02:15:46 -04:00
parent bdb593a1bb
commit 44a3125572

View file

@ -1,6 +1,6 @@
if vim.g.neovide then
vim.o.guifont = "FantasqueSansM Nerd Font:h10"
vim.o.guifont = "CommitMono Nerd Font Mono:h10"
vim.g.neovide_cursor_animation_length = 0.1
vim.g.neovide_cursor_trail_size = 0.2
vim.g.neovide_cursor_vfx_mode = "sonicboom"