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