From d2f6955e19b282b9b8a3b1aada07c24a51089540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Fri, 29 Mar 2024 23:57:11 +0100 Subject: [PATCH] docs: mention `opts` in install (#401) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52e6eab..22711d4 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Install the plugin with your preferred package manager: desc = "Quickfix List (Trouble)", }, }, + opts = {}, -- for default options, refer to the configuration section for custom setup. } ```