Initial commit

This commit is contained in:
2025-11-04 11:44:29 +01:00
commit 04a2178f3a
23 changed files with 1099 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
return {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
event = { "BufReadPost", "BufNewFile" },
opt = {
indent = {
char = "|",
tab_char = "|"
},
scope = {
enabled = true,
show_start = false,
show_end = false,
},
exlude = {
filetypes = {
"help",
"lazy",
"mason",
"notify",
},
},
},
}