]> Untitled Git - vimfiles.git/commitdiff
move the vertical bar to 80 chars
authorPhilippe Hürlimann <p@hurlimann.org>
Tue, 26 Mar 2019 16:19:00 +0000 (17:19 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Tue, 26 Mar 2019 16:19:00 +0000 (17:19 +0100)
init.vim

index 7ef8e13b331d69bf03069375951d067522027c6e..dd27bafecb0243df84d46e99bb83d6810323c5b4 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -129,7 +129,7 @@ nmap ga <Plug>(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'