aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
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