mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-09 17:51:20 +01:00
9 lines
157 B
Lua
9 lines
157 B
Lua
|
return {
|
||
|
"lukas-reineke/indent-blankline.nvim",
|
||
|
event = { "BufReadPre", "BufNewFile" },
|
||
|
main = "ibl",
|
||
|
opts = {
|
||
|
indent = { char = "┊" },
|
||
|
},
|
||
|
}
|