Skip to content

Commit

Permalink
Enable colorcolumn
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgibbins committed Mar 3, 2012
1 parent c59e4c6 commit c06a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ set laststatus=2 " Always show status line
set hidden " Sane buffer management set hidden " Sane buffer management
" TODO Turn this back on once the colour is configured - it defaults to bright " TODO Turn this back on once the colour is configured - it defaults to bright
" red - which is very distracting. " red - which is very distracting.
"set colorcolumn=+1 " Draw a line at textwidth+1 set colorcolumn=80
set virtualedit+=block " Ability to move *anywhere* while in visual mode set virtualedit+=block " Ability to move *anywhere* while in visual mode
set directory=~/.vim_runtime/swapdir set directory=~/.vim_runtime/swapdir
set backupdir=~/.vim_runtime/backupdir set backupdir=~/.vim_runtime/backupdir
Expand Down

0 comments on commit c06a5f9

Please sign in to comment.