reenable indentation guide

from v2 to v3 the character was moved into the indent dict
This commit is contained in:
Neal C 2023-12-20 17:29:45 -08:00 committed by GitHub
parent 76c5b1ec57
commit bfee118040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -218,7 +218,9 @@ require('lazy').setup({
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
opts = {
indent = { char = "|" },
},
},
-- "gc" to comment visual regions/lines