Add max line length and marker

This commit is contained in:
id101010
2019-09-06 12:03:35 +02:00
parent 7657a495ee
commit 58db3b571c

2
vimrc
View File

@@ -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