mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-12 20:23:50 +00:00
hide mouse while typing in neovide
This commit is contained in:
parent
021d2774e7
commit
bd506fe446
@ -87,6 +87,7 @@ vim.opt.sidescrolloff = 12
|
||||
-- Options specifically targeted at Neovide
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = 'CaskaydiaCove Nerd Font Mono:h14'
|
||||
vim.g.neovide_hide_mouse_when_typing = true
|
||||
vim.g.neovide_cursor_animation_length = 0
|
||||
vim.g.neovide_cursor_trail_length = 0
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user