This website works better with JavaScript.
Home
Explore
Help
Sign In
Deuchnord
/
Vimconf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
2
Releases
0
Activity
Labels
Milestones
New Pull Request
#10
Set encryption algorithm
Merged
Deuchnord
merged 1 commits from
encryption
into
master
5 years ago
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
3 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
vimrc
+ 3
- 0
vimrc
View File
@@ -3,6 +3,9 @@ filetype off
filetype plugin indent on
filetype plugin indent on
" Use blowfish2 algorithm for encryption (:X)
set cm=blowfish2
" Activate syntax highlighting
" Activate syntax highlighting
syntax on
syntax on
Write
Preview
Loading…
Cancel
Save