vim: set nosc

This commit is contained in:
Gabriel Ebner 2021-05-24 19:33:12 +02:00
parent e4cea56abf
commit 96367041ef
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -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