Remove default line width from vimrc
This commit is contained in:
parent
96d7dd170f
commit
fd9dcb7053
@ -107,9 +107,8 @@ set nocompatible
|
|||||||
" Use UTF-8 "
|
" Use UTF-8 "
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
|
||||||
" Lines should be no longer than eighty characters "
|
" Wrap lines neatly
|
||||||
set linebreak
|
set linebreak
|
||||||
set tw=80
|
|
||||||
|
|
||||||
" History holds as many entries as it can "
|
" History holds as many entries as it can "
|
||||||
set history=10000
|
set history=10000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user