6 lines
180 B
Lua
6 lines
180 B
Lua
|
require("indent_blankline").setup {
|
||
|
-- for example, context is off by default, use this to turn it on
|
||
|
show_current_context = true,
|
||
|
show_current_context_start = true,
|
||
|
}
|