aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index b673b32..acd26c9 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Install through any of your favorite plugin managers.
### [lazy](https://www.lazyvim.org).
-Add the following line to your config
+Add the following line in your `require('lazy').setup` call
```lua
{
@@ -44,13 +44,12 @@ Add the following line to your config
}
```
-Then run somewhere in your init.lua.
+Then run somewhere in your init.lua run the setup:
```lua
require('buffer_browser').setup()
```
-
### Configuration
You can configure the `filetype_filters` by passing a table to the `setup`