first commit

This commit is contained in:
Blake Ridgway 2024-12-24 23:01:45 -06:00
commit 15e643aa8e
41 changed files with 1623 additions and 0 deletions

View file

@ -0,0 +1,13 @@
-- Indentation guides
return {
-- https://github.com/lukas-reineke/indent-blankline.nvim
"lukas-reineke/indent-blankline.nvim",
event = 'VeryLazy',
main = "ibl",
opts = {
enabled = true,
indent = {
char = '|',
},
},
}