make header format yaml
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
---
|
||||
title: "GPG Password Entry"
|
||||
tags: [ "vim", "secrets", "TUI" ]
|
||||
requires: [ "gpg", "vim" ]
|
||||
title: GPG Password Entry
|
||||
tags:
|
||||
- vim
|
||||
- secrets
|
||||
- TUI
|
||||
requires:
|
||||
- gpg
|
||||
- vim
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
---
|
||||
title: "Edit gpg encrypted files easily"
|
||||
tags: [ "vim", "data", "gpg" ]
|
||||
requires: [ "gpg", "vim", "comfy" ]
|
||||
title: Edit gpg encrypted files easily
|
||||
tags:
|
||||
- vim
|
||||
- data
|
||||
- gpg
|
||||
requires:
|
||||
- gpg
|
||||
- vim
|
||||
- comfy
|
||||
---
|
||||
|
||||
The `vim-gnupg` plug-in lets vim edit gpg-encrypted files as if they were unencrypted.
|
||||
|
||||
Reference in New Issue
Block a user