First commit.

This commit is contained in:
CronyAkatsuki 2023-12-24 12:06:23 +01:00
commit 164e828e70
22 changed files with 1241 additions and 0 deletions

View file

@ -0,0 +1,18 @@
require("ibl").setup({
indent = { char = "" },
scope = { enabled = false },
exclude = {
filetypes = {
"help",
"alpha",
"dashboard",
"neo-tree",
"Trouble",
"lazy",
"mason",
"notify",
"toggleterm",
"lazyterm",
},
},
})