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 {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
opts = {},
|
||||
config = {
|
||||
indent = {
|
||||
char = "▏"
|
||||
char = "▏",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue