From 279e2bf7bf7ccf073c5c2a71dc123c9de143fba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Thu, 2 May 2019 11:04:18 +0200 Subject: [PATCH] Set default encryption algorithm --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index ff6233a..508846b 100644 --- a/vimrc +++ b/vimrc @@ -3,6 +3,9 @@ filetype off filetype plugin indent on +" Use blowfish2 algorithm for encryption (:X) +set cm=blowfish2 + " Activate syntax highlighting syntax on -- 2.24.3