19 lines
383 B
Lua
19 lines
383 B
Lua
require "ibl".setup {
|
|
scope = {
|
|
enabled = true,
|
|
highlight = "Label",
|
|
show_start = false,
|
|
show_end = false,
|
|
include = {
|
|
node_type = {
|
|
lua = { "table_constructor" },
|
|
},
|
|
},
|
|
},
|
|
indent = {
|
|
char = "▏",
|
|
},
|
|
exclude = {
|
|
buftypes = { "terminal", "nofile" },
|
|
},
|
|
}
|