docs: Created a separate, dedicated section of the example configuration file for the vault

This commit is contained in:
2025-11-06 16:08:20 -07:00
parent 7426aa4bcb
commit b5a0f0635b
+2
View File
@@ -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, <max-width>)
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 ----