mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
setting the cryptmethod to blowfish, breaking 7.2 compatibility but
improving encryption in general
This commit is contained in:
parent
e2daa3d516
commit
461ebf09fe
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
set nowrap "disable line wrapping
|
set nowrap "disable line wrapping
|
||||||
set cursorline cursorcolumn "enable row/column highlighting
|
set cursorline cursorcolumn "enable row/column highlighting
|
||||||
set visualbell "notify visually instead of with an audible bell
|
set visualbell "notify visually instead of with an audible bell
|
||||||
|
set cryptmethod=blowfish
|
||||||
set splitright "add new tiles on the right (and not left) when added
|
set splitright "add new tiles on the right (and not left) when added
|
||||||
set scrolloff=0 sidescrolloff=0 "start scrolling if the cursor is one position away from the edge
|
set scrolloff=0 sidescrolloff=0 "start scrolling if the cursor is one position away from the edge
|
||||||
set list listchars=tab:>-,trail:- "display tabs as: >--- and trailing spaces as: -
|
set list listchars=tab:>-,trail:- "display tabs as: >--- and trailing spaces as: -
|
||||||
|
|
Loading…
Reference in a new issue