From 58db3b571c312d1ab29b160680494759dc6bae92 Mon Sep 17 00:00:00 2001 From: id101010 Date: Fri, 6 Sep 2019 12:03:35 +0200 Subject: [PATCH] Add max line length and marker --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 06e38bc..1949b36 100644 --- a/vimrc +++ b/vimrc @@ -87,6 +87,8 @@ set t_Co=256 set laststatus=2 " Always display the statusline in all windows set showtabline=2 " Always display the tabline, even if there is only one tab set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline) +set colorcolumn=80 +set textwidth=80 "Automaticly reread a file, if file has changed" set autoread