diff options
Diffstat (limited to 'init.vim')
| -rw-r--r-- | init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
