vimrc: allow for 120 columns width, reworked tabs
This commit is contained in:
parent
d32b3cc4c0
commit
63110bc659
1 changed files with 2 additions and 2 deletions
4
.vimrc
4
.vimrc
|
@ -111,9 +111,9 @@ set encoding=utf-8
|
||||||
set icon
|
set icon
|
||||||
set smartcase
|
set smartcase
|
||||||
set spelllang=de,en
|
set spelllang=de,en
|
||||||
set softtabstop=4
|
set shiftwidth=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set colorcolumn=120
|
set colorcolumn=75
|
||||||
highlight ColorColumn guibg=Black ctermbg=0
|
highlight ColorColumn guibg=Black ctermbg=0
|
||||||
set wrap
|
set wrap
|
||||||
set number
|
set number
|
||||||
|
|
Loading…
Reference in a new issue