#10 Set encryption algorithm

Merged
Deuchnord merged 1 commits from encryption into master 4 years ago
  1. +3
    -0
      vimrc

+ 3
- 0
vimrc View File

@@ -3,6 +3,9 @@ filetype off

filetype plugin indent on

" Use blowfish2 algorithm for encryption (:X)
set cm=blowfish2

" Activate syntax highlighting
syntax on



Loading…
Cancel
Save