mise a jour du vimrc

This commit is contained in:
Paul Marillonnet 2017-06-20 11:04:49 +02:00
parent 839712860b
commit 072162b9a0
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ noremap <Right> <NOP>
syntax on
set nu
set list
colorscheme elflord
colorscheme industry
" Python
set tabstop=4
@ -27,7 +28,7 @@ noremap <F8> :b#<CR>
" Line overflow highlighting
highlight ColorColumn ctermbg=235 guibg=#2c2d27
"let &colorcolumn="80,".join(range(120,999),",")
let &colorcolumn="80,120"
let &colorcolumn="80,100"
" Enable plugins :
filetype on