From f215a4db50ac45019c24ae1f8418f3cdc1b3507a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sat, 15 Jun 2019 19:25:24 +0000 Subject: [PATCH] Set encryption algorithm (#10) --- 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