update file structure

This commit is contained in:
Kendall Whitman
2026-04-23 11:17:45 -05:00
parent 1aeb550ec7
commit 1e2f5c61da
31 changed files with 3 additions and 725 deletions
@@ -0,0 +1,12 @@
vim.cmd [[highlight IndentBlanklineColor guifg=#555555 gui=nocombine]]
local highlights = {
"CursorColumn",
"Whitespace",
}
require('ibl').setup({
indent = {
highlight = highlight,
}
})