mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 00:21:13 +00:00
24 lines
300 B
Lua
24 lines
300 B
Lua
require("ibl").setup({
|
|
indent = {
|
|
char = "▏",
|
|
tab_char = "▏",
|
|
},
|
|
scope = {
|
|
enabled = true,
|
|
show_start = false,
|
|
show_end = false,
|
|
},
|
|
exclude = {
|
|
filetypes = {
|
|
"help",
|
|
"mini.starter",
|
|
"neo-tree",
|
|
"Trouble",
|
|
"trouble",
|
|
"lazy",
|
|
"mason",
|
|
"notify",
|
|
},
|
|
},
|
|
})
|