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):