From 60081d9ec25b96c280cf1c5da25bfd176cdc13bf Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 20 May 2023 17:40:33 -0500 Subject: Update readme --- README.md | 5 ++--- 1 file 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` -- cgit v1.2.3