fix indent blankline v3 config

This commit is contained in:
geremia 2023-11-23 12:09:57 +01:00
parent aeab929ca4
commit 9058b106c5
1 changed files with 5 additions and 1 deletions

View File

@ -196,7 +196,11 @@ require('lazy').setup({
{ {
"lukas-reineke/indent-blankline.nvim", "lukas-reineke/indent-blankline.nvim",
main = "ibl", main = "ibl",
opts = {} opts = {
indent = {
char = ""
},
}
}, },
-- "gc" to comment visual regions/lines -- "gc" to comment visual regions/lines