updated zellij color scheme

This commit is contained in:
Your Name
2025-03-21 16:18:51 -07:00
parent a31fc6a4a8
commit c98f526df2
19 changed files with 1002 additions and 77 deletions

View File

@@ -0,0 +1,9 @@
return {
{ -- Add indentation guides even on blank lines
'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
},
}