formatting
This commit is contained in:
parent
b01686ffa5
commit
1d10b43b6e
6
vimrc
6
vimrc
|
@ -206,11 +206,11 @@ set mouse=a
|
|||
set listchars=eol:¬,tab:->,trail:~,extends:>,precedes:<,space:·
|
||||
|
||||
" rewrapping set to 80
|
||||
set tw=180
|
||||
set textwidth=180
|
||||
" disable automatic wrapping
|
||||
set fo=cq
|
||||
set formatoptions=cq
|
||||
" disable wrapping based on terminal size
|
||||
set wm=0
|
||||
set wrapmargin=0
|
||||
|
||||
set t_Co=255 " number of colours
|
||||
set t_Sf=<Esc>[3%p1%dm " foreground colour
|
||||
|
|
Loading…
Reference in New Issue