aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Coquand <marc@baemingo.com>2023-05-20 17:40:33 -0500
committerMarc Coquand <marc@baemingo.com>2023-05-20 17:40:33 -0500
commit60081d9ec25b96c280cf1c5da25bfd176cdc13bf (patch)
tree762459c91eece83afa141979f10e25154071fa08 /README.md
parenta9126b35e438256e59cbd9e9d4df5fc2282cf27d (diff)
downloadBufferBrowser-60081d9ec25b96c280cf1c5da25bfd176cdc13bf.tar.gz
BufferBrowser-60081d9ec25b96c280cf1c5da25bfd176cdc13bf.tar.bz2
BufferBrowser-60081d9ec25b96c280cf1c5da25bfd176cdc13bf.zip
Update readme
Diffstat (limited to 'README.md')
-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`