diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-07 23:30:52 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-09-07 23:30:52 +0800 |
| commit | 6a5f1d24a71ef028230903d04d98e0c4242c4cf8 (patch) | |
| tree | a64236192d3b30b3b527f73a70102b8655bced66 /ginit.vim | |
| parent | 4dcafbe2bc3aa1a9b453264f7fbbd43cef327413 (diff) | |
add neovide conf
Diffstat (limited to 'ginit.vim')
| -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 |
