Merge pull request #462 from Alvaro-Kothe/fix-help-ibl

Fix help for indent-blankline plugin
This commit is contained in:
Chris Patti 2023-10-12 11:16:50 -04:00 committed by GitHub
commit 0b659bd508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ require('lazy').setup({
-- Add indentation guides even on blank lines
'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help indent_blankline.txt`
-- See `:help ibl`
main = 'ibl',
opts = {},
},