From: Philippe Hürlimann Date: Tue, 26 Mar 2019 16:19:00 +0000 (+0100) Subject: move the vertical bar to 80 chars X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=87f5293b90a545b6e2b637cb6aada9f75508a5c3;p=vimfiles.git move the vertical bar to 80 chars --- diff --git a/init.vim b/init.vim index 7ef8e13..dd27baf 100644 --- a/init.vim +++ b/init.vim @@ -129,7 +129,7 @@ nmap ga (EasyAlign) command Vr tabedit ~/.config/nvim/init.vim command Vt execute "tabedit ~/.config/nvim/ftplugin/" . &filetype . ".vim" -set colorcolumn=100 +set colorcolumn=80 highlight ColorColumn ctermbg=red let g:ctrlp_custom_ignore = 'node_modules\|git'