From 66d9215c395cb8112b7bd699d0154877b60fc3fa Mon Sep 17 00:00:00 2001 From: Lukas Reineke Date: Thu, 28 Sep 2023 16:02:42 +0900 Subject: [PATCH] chore: add `main` lazy entry point to readme --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c58fbd08..99b2aca6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,7 +20,7 @@ body: - Share your configurtaion and describe the steps to reproduce the issue. - See [Minimal-reproduction-template](https://github.com/lukas-reineke/indent-blankline.nvim/wiki/Minimal-reproduction-template#minimal-config) for how to create a minimal configuration. placeholder: | - nvim --clean + nvim --clean -u min-init.lua :edit foo yiwp validations: diff --git a/README.md b/README.md index df2d1505..c927c473 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Use your favourite plugin manager to install. For [lazy.nvim](https://github.com/folke/lazy.nvim): ```lua -{ "lukas-reineke/indent-blankline.nvim", opts = {} }, +{ "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {} } ``` For [pckr.nvim](https://github.com/lewis6991/pckr.nvim):