From 8faa242f21648e52a6bbdfa803fd4ea1b0e347e0 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 18 Dec 2023 01:28:42 -0500 Subject: port to nixvim --- config/plugins/ibl.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/plugins/ibl.nix (limited to 'config/plugins/ibl.nix') 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; + }; +} -- cgit v1.2.3