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, 22 insertions, 0 deletions
diff --git a/config/plugins/ibl.nix b/config/plugins/ibl.nix
new file mode 100644
index 0000000..d794a6a
--- /dev/null
+++ b/config/plugins/ibl.nix
@@ -0,0 +1,22 @@
+{
+ plugins.indent-blankline = {
+ enable = true;
+
+ exclude.filetypes = [
+ "help"
+ "neo-tree"
+ "Trouble"
+ "lazy"
+ "mason"
+ "notify"
+ "toggleterm"
+ ];
+
+ indent = {
+ char = "│";
+ tabChar = "│";
+ };
+
+ scope.enabled = false;
+ };
+}