From 938b1f217af281810b958a99f4e3065149a2c42b Mon Sep 17 00:00:00 2001 From: Julien Vincent Date: Wed, 24 Jul 2024 11:09:12 +0100 Subject: [PATCH] Update README with new config options --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0b67d5..b5666b4 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,14 @@ hunk.setup({ mode = "nested", width = 35, }, + --- Can be either `vertical` or `horizontal` + layout = "vertical", }, icons = { selected = "󰡖", deselected = "", + partially_selected = "󰛲", folder_open = "", folder_closed = "",