Add neovide settings to neovim

This commit is contained in:
Marko Korhonen 2022-11-02 16:04:11 +02:00
parent 50399dfd64
commit c5437fcfbd

View file

@ -7,6 +7,12 @@ o.termguicolors = true
-- Font for nvim GUI's
o.guifont = "Fira Code:h14"
-- Hide mouse when typing in neovide
g.neovide_hide_mouse_when_typing = true
-- Enable cursor particles in neovide
g.neovide_cursor_vfx_mode = 'railgun'
-- Floating window transparency
o.winblend = 10