diff options
| -rw-r--r-- | ginit.vim | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |
