WIP: Switch to NixOS #5
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ o.termguicolors = true
|
||||||
-- Font for nvim GUI's
|
-- Font for nvim GUI's
|
||||||
o.guifont = "Fira Code:h14"
|
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
|
-- Floating window transparency
|
||||||
o.winblend = 10
|
o.winblend = 10
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue