diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2015-03-30 18:02:05 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2015-03-30 18:02:05 +0200 |
commit | 830adf3f9d05ad2c324ce5438009c4118c970820 (patch) | |
tree | 151c801de733ac0845262407d84fb426e469d601 /.vimrc | |
parent | Ignore linked plugins from plugin-available (diff) | |
download | vim_sync-830adf3f9d05ad2c324ce5438009c4118c970820.tar.xz |
Highlight 80th column
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ set scrolloff=6 "highlight line with cursor set cursorline +"highlight 80th column +set colorcolumn=80 + "show info on in which mode you're in set showmode |