summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 42672a7..8504888 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -56,6 +56,11 @@ set grepprg=ag
set mouse=a
set nopaste
+" Security issue with modelines
+" https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md
+set modelines=0
+set nomodeline
+
"""""""""""""
" Options d'affichage
"""""""""""""