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

Fix help for indent-blankline plugin
pull/467/head
Chris Patti 8 months ago committed by GitHub
commit 0b659bd508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = {},
},

Loading…
Cancel
Save