vim: add gui settings
This commit is contained in:
parent
96367041ef
commit
cdc24de045
7
vimrc
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user