feat: move to gitea

This commit is contained in:
2025-12-17 17:15:09 +00:00
commit 2058ae5f91
17 changed files with 1887 additions and 0 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 = {},
},
}