summaryrefslogtreecommitdiff
path: root/plugin/ibl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/ibl.lua')
-rw-r--r--plugin/ibl.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugin/ibl.lua b/plugin/ibl.lua
index d780c74..0d42c04 100644
--- a/plugin/ibl.lua
+++ b/plugin/ibl.lua
@@ -7,11 +7,7 @@ require("ibl").setup({
exclude = {
filetypes = {
"help",
- "neo-tree",
"Trouble",
- "lazy",
- "mason",
- "notify",
"toggleterm",
},
},
@@ -22,6 +18,7 @@ require("ibl").setup({
},
scope = {
+ -- Let mini.nvim handle this
enabled = false,
},
})