mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
9 lines
240 B
VimL
9 lines
240 B
VimL
" https://github.com/neovide/neovide
|
|
if exists("g:neovide")
|
|
set guifont=FiraCode\ Nerd\ Font:h20
|
|
|
|
let g:neovide_cursor_vfx_mode = "railgun"
|
|
let g:neovide_floating_blur_amount_x = 2.0
|
|
let g:neovide_floating_blur_amount_y = 2.0
|
|
endif
|