summaryrefslogtreecommitdiff
path: root/config/plugins/ibl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/plugins/ibl.lua')
-rw-r--r--config/plugins/ibl.lua22
1 files changed, 0 insertions, 22 deletions
diff --git a/config/plugins/ibl.lua b/config/plugins/ibl.lua
deleted file mode 100644
index b63139b..0000000
--- a/config/plugins/ibl.lua
+++ /dev/null
@@ -1,22 +0,0 @@
-require("ibl").setup({
- exclude = {
- filetypes = {
- "help",
- "neo-tree",
- "Trouble",
- "lazy",
- "mason",
- "notify",
- "toggleterm",
- },
- },
-
- indent = {
- char = "│",
- tab_char = "│",
- },
-
- scope = {
- enabled = false,
- },
-})