Add ColorColumn to vim
This commit is contained in:
parent
94f7990b8d
commit
43f7f7c150
1 changed files with 7 additions and 0 deletions
7
vimrc
7
vimrc
|
@ -6,6 +6,10 @@ let s:root = expand('<sfile>:p:h')
|
||||||
set nocompatible
|
set nocompatible
|
||||||
""""""""""""""""
|
""""""""""""""""
|
||||||
|
|
||||||
|
" ┌────────────────────────┐
|
||||||
|
" │ General Configurations │
|
||||||
|
" └────────────────────────┘
|
||||||
|
|
||||||
" Sessions
|
" Sessions
|
||||||
set sessionoptions=blank,buffers,curdir,folds,help,options,tabpages
|
set sessionoptions=blank,buffers,curdir,folds,help,options,tabpages
|
||||||
set foldmethod=marker
|
set foldmethod=marker
|
||||||
|
@ -26,6 +30,9 @@ elseif v:version >= 703
|
||||||
set cm=blowfish
|
set cm=blowfish
|
||||||
end
|
end
|
||||||
|
|
||||||
|
set colorcolumn=+1
|
||||||
|
hi ColorColumn ctermbg=magenta
|
||||||
|
|
||||||
" set linespace=0
|
" set linespace=0
|
||||||
set scrolloff=6
|
set scrolloff=6
|
||||||
set history=50 " keep 50 lines of command line history
|
set history=50 " keep 50 lines of command line history
|
||||||
|
|
Loading…
Reference in a new issue