aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Coquand <marc@baemingo.com>2023-05-20 16:27:03 -0500
committerMarc Coquand <marc@baemingo.com>2023-05-20 16:27:03 -0500
commit6da058ff66f58eaf983f51b00be22871df92bc60 (patch)
treeccdb1ee72fc61b90a501939cc8974853545e70d6 /README.md
parentd4774e872307162ffb63e75cf952ca206d8bc2ca (diff)
downloadBufferBrowser-6da058ff66f58eaf983f51b00be22871df92bc60.tar.gz
BufferBrowser-6da058ff66f58eaf983f51b00be22871df92bc60.tar.bz2
BufferBrowser-6da058ff66f58eaf983f51b00be22871df92bc60.zip
Update readme
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc5af3f..b81affb 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ function. This is the default config:
```lua
require('buffer-browser').setup({
-- '' + 'netrw' is used to filter out netrw.
- filetype_filters = ['', 'netrw', 'gitcommit', 'TelescopePrompt']
+ filetype_filters = {'', 'netrw', 'gitcommit', 'TelescopePrompt'}
})
```