Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim into nvim-lua-master

This commit is contained in:
Juliano Barbosa 2024-03-07 18:56:28 -03:00
commit 88b3069a54
No known key found for this signature in database
GPG key ID: EB8B440F57360B3D
6 changed files with 986 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 = {},
},
}