diff options
author | Chris Patti <feoh@feoh.org> | 2023-10-12 11:16:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 11:16:50 -0400 |
commit | 0b659bd508400274662964519feecc87b5c2f098 (patch) | |
tree | 55c465aefff21b2ffac6866a9b4df0771dbdb705 | |
parent | 58f2dbab7051804803a1da244eb54da0f77243e1 (diff) | |
parent | db7189f35c33f9b7e95a1602ff4d8dffe5cbf741 (diff) |
Merge pull request #462 from Alvaro-Kothe/fix-help-ibl
Fix help for indent-blankline plugin
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = {}, }, |