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