From af91511d3bd568f42b2cdb169fa9fac77a23a8b1 Mon Sep 17 00:00:00 2001 From: f0ldspace Date: Sat, 4 Oct 2025 12:29:37 +0100 Subject: [PATCH] fix install info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b38dbd..1a5fed3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add this to your LazyVim config (e.g., `~/.config/nvim/lua/plugins/fatebook.lua` ```lua return { - "f0ldspace/fatebook.nvim" + "f0ldspace/fatebook.nvim", config = function() require("fatebook").setup({ api_key = "your-api-key-here"