vim: set nosc
This commit is contained in:
parent
e4cea56abf
commit
96367041ef
4
vimrc
4
vimrc
@ -139,6 +139,7 @@ se foldlevel=99
|
|||||||
set vb " turn on the "visual bell" - which is much quieter than the "audio blink"
|
set vb " turn on the "visual bell" - which is much quieter than the "audio blink"
|
||||||
set nobackup
|
set nobackup
|
||||||
se bs=2
|
se bs=2
|
||||||
|
se nosc " disable flashing partial commands in status bar
|
||||||
|
|
||||||
set backupcopy=yes
|
set backupcopy=yes
|
||||||
|
|
||||||
@ -163,6 +164,9 @@ else
|
|||||||
colors jellybeans
|
colors jellybeans
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
let g:neovide_cursor_animate_in_insert_mode = 0
|
||||||
|
let g:neovide_cursor_vfx_mode = "disabled"
|
||||||
|
|
||||||
au syntax java setl ts=4 sts=4 sw=4
|
au syntax java setl ts=4 sts=4 sw=4
|
||||||
|
|
||||||
au BufNewFile,BufRead *.s setl ft=tptp
|
au BufNewFile,BufRead *.s setl ft=tptp
|
||||||
|
Loading…
Reference in New Issue
Block a user