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 nobackup
|
||||
se bs=2
|
||||
se nosc " disable flashing partial commands in status bar
|
||||
|
||||
set backupcopy=yes
|
||||
|
||||
@ -163,6 +164,9 @@ else
|
||||
colors jellybeans
|
||||
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 BufNewFile,BufRead *.s setl ft=tptp
|
||||
|
Loading…
Reference in New Issue
Block a user