Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Juliano Barbosa 2024-08-14 12:03:04 -03:00
commit 83c1049b8c
No known key found for this signature in database
GPG key ID: EB8B440F57360B3D
6 changed files with 1296 additions and 189 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 = {},
},
}