diff --git a/README.md b/README.md index f1100a7..f306168 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,13 @@ Use your favourite plugin manager to install. For [lazy.nvim](https://github.com/folke/lazy.nvim): ```lua -{ "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {} } +{ + "lukas-reineke/indent-blankline.nvim", + main = "ibl", + ---@module "ibl" + ---@type ibl.config + opts = {}, +} ``` For [pckr.nvim](https://github.com/lewis6991/pckr.nvim):