Skip to content

Commit

Permalink
chore: add main lazy entry point to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke committed Sep 28, 2023
1 parent 13e415c commit 12f4fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 12f4fff

Please sign in to comment.