nowrap
This commit is contained in:
parent
331960a1b6
commit
eba887a605
1
.vimrc
1
.vimrc
|
@ -24,6 +24,7 @@ set numberwidth=4 " How much space the line numbers should take
|
||||||
set signcolumn=yes " Show extra icons in the line numbers (like git marks, errors)
|
set signcolumn=yes " Show extra icons in the line numbers (like git marks, errors)
|
||||||
set timeout timeoutlen=400 " How long to wait for non prefix free hotkey melodies
|
set timeout timeoutlen=400 " How long to wait for non prefix free hotkey melodies
|
||||||
set ttimeoutlen=0
|
set ttimeoutlen=0
|
||||||
|
set nowrap
|
||||||
|
|
||||||
" Avoid showing message extra message when using completion
|
" Avoid showing message extra message when using completion
|
||||||
set shortmess+=c
|
set shortmess+=c
|
||||||
|
|
Loading…
Reference in New Issue