Skip to content

Commit dbccbac

Browse files
committed
Merge pull request nvim-lua#462 from Alvaro-Kothe/fix-help-ibl
Fix help for indent-blankline plugin
2 parents f568b2c + 033490b commit dbccbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ require('lazy').setup({
177177
-- Add indentation guides even on blank lines
178178
'lukas-reineke/indent-blankline.nvim',
179179
-- Enable `lukas-reineke/indent-blankline.nvim`
180-
-- See `:help indent_blankline.txt`
180+
-- See `:help ibl`
181181
main = 'ibl',
182182
opts = {},
183183
},

0 commit comments

Comments
 (0)