summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-02-23 08:49:43 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2017-04-18 08:05:31 (GMT)
commitc78b21db9d0420ca74e77a49e2e2c174ec034618 (patch)
tree5cb68da925eb676d23e52d36fc62e3b5843ab2c0 /.vimrc
parent5d4df578ca9829b07a1f686dfb7c71eca1f0d668 (diff)
downloaddotfiles-c78b21db9d0420ca74e77a49e2e2c174ec034618.zip
dotfiles-c78b21db9d0420ca74e77a49e2e2c174ec034618.tar.gz
dotfiles-c78b21db9d0420ca74e77a49e2e2c174ec034618.tar.bz2
vim: Add some more (gui) related settings for my taste
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 11fde93..c39c1d7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -66,3 +66,6 @@ if has('langmap') && exists('+langnoremap')
" compatible).
set langnoremap
endif
+
+" Show a marker to help identify the 80 char limit
+set colorcolumn=80