aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ginit.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/ginit.vim b/ginit.vim
index b2cdf84..5c3d0ff 100644
--- a/ginit.vim
+++ b/ginit.vim
@@ -59,3 +59,16 @@ if exists('g:fvim_loaded')
FVimUIPopupMenu v:false
endif
+
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+" config for neovide "
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+if exists("g:neovide")
+ set guifont=Hack\ NF:h10
+ let g:neovide_transparency = 1.0
+ let g:neovide_cursor_animation_length = 0.1
+ let g:neovide_cursor_trail_size=0.3
+ let g:neovide_cursor_vfx_mode = ""
+ let g:neovide_cursor_vfx_particle_density=10.0
+ let g:neovide_cursor_vfx_opacity=150.0
+endif