summaryrefslogtreecommitdiff
path: root/config/plugins/ibl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/plugins/ibl.nix')
-rw-r--r--config/plugins/ibl.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/config/plugins/ibl.nix b/config/plugins/ibl.nix
deleted file mode 100644
index d794a6a..0000000
--- a/config/plugins/ibl.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- plugins.indent-blankline = {
- enable = true;
-
- exclude.filetypes = [
- "help"
- "neo-tree"
- "Trouble"
- "lazy"
- "mason"
- "notify"
- "toggleterm"
- ];
-
- indent = {
- char = "│";
- tabChar = "│";
- };
-
- scope.enabled = false;
- };
-}