diff options
author | Marc Coquand <marc@baemingo.com> | 2023-05-20 17:40:33 -0500 |
---|---|---|
committer | Marc Coquand <marc@baemingo.com> | 2023-05-20 17:40:33 -0500 |
commit | 60081d9ec25b96c280cf1c5da25bfd176cdc13bf (patch) | |
tree | 762459c91eece83afa141979f10e25154071fa08 | |
parent | a9126b35e438256e59cbd9e9d4df5fc2282cf27d (diff) | |
download | BufferBrowser-60081d9ec25b96c280cf1c5da25bfd176cdc13bf.tar.gz BufferBrowser-60081d9ec25b96c280cf1c5da25bfd176cdc13bf.tar.bz2 BufferBrowser-60081d9ec25b96c280cf1c5da25bfd176cdc13bf.zip |
Update readme
-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` |