From b5a0f0635b1339e40a4b4de70243bc18b81e443f Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 6 Nov 2025 16:08:20 -0700 Subject: [PATCH] docs: Created a separate, dedicated section of the example configuration file for the vault --- config.example.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index 402b773..9ebd577 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -10,6 +10,8 @@ keybindings: emacs # Choose keybinding style (emacs, vi) editor: null # Specifies the editor used to edit the input buffer or session. (e.g. vim, emacs, nano, hx). Defaults to $EDITOR wrap: no # Controls text wrapping (no, auto, ) wrap_code: false # Enables or disables the wrapping of code blocks + +# ---- Vault ---- vault_password_file: null # Path to a file containing the password for the Loki vault (cannot be a secret template) # ---- Prelude ----