switch off vuln because of modelines

This commit is contained in:
Julian Scharrenbach 2019-06-11 13:27:56 +02:00
parent cd704ff26f
commit d92a7b4281

2
.vimrc
View File

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