aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-03-14 20:23:44 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-03-14 20:23:44 -0400
commit0507b921b4e21db6e26beab317ed06d92834da1e (patch)
treebd7ff4fa41d07d8f33553b6293cafb2f830c0e4c /init.vim
parent8044ca3e302fcd02f8b515cbce5f0c64dc83285c (diff)
downloadvim-cfg-0507b921b4e21db6e26beab317ed06d92834da1e.tar.gz
vim-cfg-0507b921b4e21db6e26beab317ed06d92834da1e.tar.xz
Add colorcolumn for 80 cols by default
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 7a0e6d0..4783756 100644
--- a/init.vim
+++ b/init.vim
@@ -1,6 +1,8 @@
set encoding=utf-8 " The encoding displayed.
set fileencoding=utf-8 " The encoding written to file.
+set colorcolumn=80
+
" Apparently there are security issues with this?
set nomodeline