10 lines
218 B
Lua
10 lines
218 B
Lua
return {
|
|
"lukas-reineke/indent-blankline.nvim",
|
|
event = { "BufReadPre", "BufNewFile" },
|
|
config = true,
|
|
opts = {
|
|
show_current_context = true,
|
|
show_current_context_start = false,
|
|
},
|
|
}
|