Adding encryption type to vimrc
This commit is contained in:
3
vimrc
3
vimrc
@@ -89,6 +89,9 @@ set encoding=utf-8 " Necessary to show unicode glyphs
|
|||||||
set laststatus=2 " Always show the statusline
|
set laststatus=2 " Always show the statusline
|
||||||
set scrolloff=5 " Give us a few lines before and after the cursor
|
set scrolloff=5 " Give us a few lines before and after the cursor
|
||||||
|
|
||||||
|
" Encryption
|
||||||
|
set cryptmethod=blowfish
|
||||||
|
|
||||||
" long lines
|
" long lines
|
||||||
set wrap
|
set wrap
|
||||||
set formatoptions=rqn1
|
set formatoptions=rqn1
|
||||||
|
|||||||
Reference in New Issue
Block a user