summaryrefslogtreecommitdiff
path: root/plugin/ibl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/ibl.lua')
-rw-r--r--plugin/ibl.lua24
1 files changed, 0 insertions, 24 deletions
diff --git a/plugin/ibl.lua b/plugin/ibl.lua
deleted file mode 100644
index 0d42c04..0000000
--- a/plugin/ibl.lua
+++ /dev/null
@@ -1,24 +0,0 @@
-if vim.g.did_load_ibl_plugin then
- return
-end
-vim.g.did_load_ibl_plugin = true
-
-require("ibl").setup({
- exclude = {
- filetypes = {
- "help",
- "Trouble",
- "toggleterm",
- },
- },
-
- indent = {
- char = "│",
- tab_char = "│",
- },
-
- scope = {
- -- Let mini.nvim handle this
- enabled = false,
- },
-})