aboutsummaryrefslogtreecommitdiff
path: root/lua/buffer_browser.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/buffer_browser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/buffer_browser.lua b/lua/buffer_browser.lua
index 5bc4a3e..701e500 100644
--- a/lua/buffer_browser.lua
+++ b/lua/buffer_browser.lua
@@ -232,7 +232,7 @@ end
local function setup(opts)
if (opts == nil) then
local default = {
- '', 'netrw', 'gitcommit', 'TelescopePrompt'
+ 'gitcommit', 'TelescopePrompt'
}
vim.g.buffer_browser_filters = default
else