feat: add settings for Neovide GUI

This commit is contained in:
Stefan Imhoff
2022-11-13 10:41:05 +01:00
parent b98ad6d8bd
commit ec54f666ab

View File

@@ -0,0 +1,8 @@
" 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