From d92a7b42810193f439d1b0d5a5883c56950a8307 Mon Sep 17 00:00:00 2001 From: Julian Scharrenbach Date: Tue, 11 Jun 2019 13:27:56 +0200 Subject: [PATCH] switch off vuln because of modelines --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index fe51bd9..a691a11 100644 --- a/.vimrc +++ b/.vimrc @@ -8,6 +8,8 @@ syntax on " use syntax highlighting set background=dark " when using black background terminal colorscheme ron " for bash in windows this fixes my colors in vim inside tmux +set nomodeline " workaround to close a vuln + set number " line numbers set relativenumber " relative line numbers! How cool is that?!