initial merge

This commit is contained in:
Harouna Traoré 2024-03-19 16:50:59 +01:00
parent 64b302a1cc
commit 02e3fa060b
No known key found for this signature in database
GPG key ID: 2F90C44F1BFF0A11
9 changed files with 1084 additions and 683 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 = {},
},
}