summaryrefslogtreecommitdiff
path: root/config/plugins/ibl.lua
blob: b63139baf2a9be480abf9ec1a4bb48a4bc0d5b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
require("ibl").setup({
	exclude = {
		filetypes = {
			"help",
			"neo-tree",
			"Trouble",
			"lazy",
			"mason",
			"notify",
			"toggleterm",
		},
	},

	indent = {
		char = "│",
		tab_char = "│",
	},

	scope = {
		enabled = false,
	},
})