init.lua/after/plugin/indent-blankline.lua

19 lines
258 B
Lua
Raw Normal View History

2023-12-24 12:06:23 +01:00
require("ibl").setup({
indent = { char = "" },
scope = { enabled = false },
exclude = {
filetypes = {
"help",
"alpha",
"dashboard",
"neo-tree",
"Trouble",
"lazy",
"mason",
"notify",
"toggleterm",
"lazyterm",
},
},
2023-12-24 12:06:23 +01:00
})