vim: add gui settings

This commit is contained in:
Gabriel Ebner 2021-05-24 19:47:50 +02:00
parent 96367041ef
commit cdc24de045

7
vimrc

@ -164,8 +164,11 @@ else
colors jellybeans
endif
let g:neovide_cursor_animate_in_insert_mode = 0
let g:neovide_cursor_vfx_mode = "disabled"
if exists('g:GuiLoaded')
let g:neovide_cursor_animate_in_insert_mode = 0
let g:neovide_cursor_vfx_mode = "disabled"
Guifont DejaVu Sans Mono:h13
endif
au syntax java setl ts=4 sts=4 sw=4