From b7d5f6f53eaaeb2dea5cd234ef18963bd811a6ea Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Mon, 8 Nov 2021 16:50:50 -0800 Subject: [PATCH] feat: add extra config flag for toggle_keybind support to hide biscuits by default --- README.md | 5 ++++- lua/nvim-biscuits/init.lua | 25 ++++++++++++++----------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3b1c759..ec6d032 100644 --- a/README.md +++ b/README.md @@ -111,10 +111,13 @@ EOF You can show or hide the biscuits by placing a `toggle_keybind` at the root of your config or inside a language config. +We also expose an optional flag, `show_on_start`, to enable biscuits to show on initial load. This value defaults to `false`; + ```lua lua <