diff options
author | Marc Coquand <marc@baemingo.com> | 2023-05-20 16:27:03 -0500 |
---|---|---|
committer | Marc Coquand <marc@baemingo.com> | 2023-05-20 16:27:03 -0500 |
commit | 6da058ff66f58eaf983f51b00be22871df92bc60 (patch) | |
tree | ccdb1ee72fc61b90a501939cc8974853545e70d6 /README.md | |
parent | d4774e872307162ffb63e75cf952ca206d8bc2ca (diff) | |
download | BufferBrowser-6da058ff66f58eaf983f51b00be22871df92bc60.tar.gz BufferBrowser-6da058ff66f58eaf983f51b00be22871df92bc60.tar.bz2 BufferBrowser-6da058ff66f58eaf983f51b00be22871df92bc60.zip |
Update readme
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'} }) ``` |