diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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` |