fixup! add indentlines
This commit is contained in:
parent
57c004863f
commit
2cab20286e
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
return {
|
return {
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
main = "ibl",
|
main = "ibl",
|
||||||
opts = {},
|
opts = {},
|
||||||
config = {
|
config = {
|
||||||
indent = {
|
indent = {
|
||||||
char = "▏"
|
char = "▏",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue