Restructure plugins directory and remove docs

This commit is contained in:
NaniNoni 2024-06-13 15:40:35 +02:00
parent 3c2ffabd40
commit faff89f789
11 changed files with 9 additions and 96 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 = {},
},
}