reenable indentation guide
from v2 to v3 the character was moved into the indent dict
This commit is contained in:
parent
76c5b1ec57
commit
bfee118040
4
init.lua
4
init.lua
|
@ -218,7 +218,9 @@ require('lazy').setup({
|
||||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||||
-- See `:help ibl`
|
-- See `:help ibl`
|
||||||
main = 'ibl',
|
main = 'ibl',
|
||||||
opts = {},
|
opts = {
|
||||||
|
indent = { char = "|" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- "gc" to comment visual regions/lines
|
-- "gc" to comment visual regions/lines
|
||||||
|
|
Loading…
Reference in New Issue