diff --git a/vimrc b/vimrc index 8123371..257846c 100644 --- a/vimrc +++ b/vimrc @@ -24,10 +24,11 @@ set shiftround "Round indent to nearest shiftwidth multiple """""" Réglages cosmétiques set background=dark -set cc=80 set number highlight ColorColumn ctermbg=8 "Détection de la profondeur des couleurs (8bits) if &t_Co > 8 colorscheme wombat256mod + let &colorcolumn="80,".join(range(120,999),",") + highlight ColorColumn ctermbg=235 guibg=#2c2d27 endif