vimrc: Adjust wrap
This commit is contained in:
parent
7266568735
commit
41855e25d3
1 changed files with 3 additions and 1 deletions
4
.vimrc
4
.vimrc
|
@ -99,7 +99,9 @@ set smartcase
|
|||
set spelllang=de,en
|
||||
set softtabstop=4
|
||||
set tabstop=4
|
||||
set nowrap
|
||||
set colorcolumn=120
|
||||
highlight ColorColumn guibg=Black ctermbg=0
|
||||
set wrap
|
||||
set number
|
||||
set foldmethod=syntax
|
||||
set foldnestmax=10
|
||||
|
|
Loading…
Reference in a new issue