From 0f216e74f59bd65a04c661d81e698a78f165b2b6 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 11 Jan 2023 13:13:48 -0600 Subject: [PATCH] readme: update example config --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cc654a6..01deb1f 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,8 @@ may look like the following: require('lazy').setup { { 'barrett-ruth/import-cost.nvim', - build = 'sh install.sh yarn' + build = 'sh install.sh yarn', + config = true } } ```