ligne rouge moche à 80c -> ligne à fond gris à 80 et à partir de 120
This commit is contained in:
3
vimrc
3
vimrc
@@ -24,10 +24,11 @@ set shiftround "Round indent to nearest shiftwidth multiple
|
|||||||
|
|
||||||
"""""" Réglages cosmétiques
|
"""""" Réglages cosmétiques
|
||||||
set background=dark
|
set background=dark
|
||||||
set cc=80
|
|
||||||
set number
|
set number
|
||||||
highlight ColorColumn ctermbg=8
|
highlight ColorColumn ctermbg=8
|
||||||
"Détection de la profondeur des couleurs (8bits)
|
"Détection de la profondeur des couleurs (8bits)
|
||||||
if &t_Co > 8
|
if &t_Co > 8
|
||||||
colorscheme wombat256mod
|
colorscheme wombat256mod
|
||||||
|
let &colorcolumn="80,".join(range(120,999),",")
|
||||||
|
highlight ColorColumn ctermbg=235 guibg=#2c2d27
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user