move from init to custom/plugins

This commit is contained in:
Guðmundur Bjarki Sigurðsson 2024-03-26 23:39:26 +00:00
parent dbba54cfd8
commit 219ab94804
16 changed files with 549 additions and 751 deletions

View file

@ -1,9 +0,0 @@
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 = {},
},
}