25 lines
720 B
VimL
25 lines
720 B
VimL
" -----------------
|
|
" GUI - Settings
|
|
" -----------------
|
|
set guifont=SauceCodePro\ NFM:12
|
|
set linespace=4
|
|
set title
|
|
|
|
set mouse=a
|
|
let g:neovide_input_use_logo=v:false
|
|
let g:neovide_refresh_rate=60
|
|
let g:neovide_transparency=0.85
|
|
let g:neovide_no_idle=v:false
|
|
let g:neovide_fullscreen=v:false
|
|
let g:neovide_cursor_animation_length=0.13
|
|
let g:neovide_cursor_trail_length=0.5
|
|
let g:neovide_cursor_antialiasing=v:true
|
|
let g:neovide_cursor_vfx_mode = "ripple"
|
|
let g:neovide_cursor_vfx_opacity=200.0
|
|
let g:neovide_cursor_vfx_particle_lifetime=1.2
|
|
let g:neovide_cursor_vfx_particle_density=7.0
|
|
let g:neovide_cursor_vfx_particle_speed=10.0
|
|
let g:neovide_cursor_vfx_particle_phase=1.5
|
|
let g:neovide_cursor_vfx_particle_curl=1.0
|
|
|