Neovide: disable hide mouse
This commit is contained in:
parent
c5d835612a
commit
f390929f7a
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ vim.keymap.set("n", "<C-->", function()
|
||||||
change_scale_factor(1 / 1.25)
|
change_scale_factor(1 / 1.25)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- Hide mouse when typing in neovide
|
-- Hide mouse when typing in neovide (disabled)
|
||||||
g.neovide_hide_mouse_when_typing = true
|
g.neovide_hide_mouse_when_typing = false
|
||||||
|
|
||||||
-- Enable cursor particles in neovide
|
-- Enable cursor particles in neovide
|
||||||
g.neovide_cursor_vfx_mode = "railgun"
|
g.neovide_cursor_vfx_mode = "railgun"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue