Fix help for indent-blankline plugin

Since version 3 `:help indent_blankline` no longer works. Replace it
with `:help ibl`.
pull/462/head
Alvaro-Kothe 8 months ago
parent 58f2dbab70
commit db7189f35c

@ -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