reenable indentation guide
from v2 to v3 the character was moved into the indent dict
This commit is contained in:
parent
76c5b1ec57
commit
bfee118040
1 changed files with 3 additions and 1 deletions
4
init.lua
4
init.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue