initial commit

This commit is contained in:
Ifrahim Ansari 2026-02-15 11:10:32 -05:00
commit 6491e91ec5
37 changed files with 1116 additions and 0 deletions

View file

@ -0,0 +1,17 @@
local highlight = { "CursorColumn", "Whitespace" }
return {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
opts = {
indent = {
highlight = { "CursorColumn", "Whitespace" },
char = "",
},
whitespace = {
highlight = { "CursorColumn", "Whitespace" },
remove_blankline_trail = false,
},
scope = { enabled = false },
},
}