vim: add gui settings
This commit is contained in:
parent
96367041ef
commit
cdc24de045
7
vimrc
7
vimrc
@ -164,8 +164,11 @@ else
|
|||||||
colors jellybeans
|
colors jellybeans
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:neovide_cursor_animate_in_insert_mode = 0
|
if exists('g:GuiLoaded')
|
||||||
let g:neovide_cursor_vfx_mode = "disabled"
|
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
|
au syntax java setl ts=4 sts=4 sw=4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user