tb-dotfiles/chezmoi/private_dot_config/nvim/lua/plugins/indent-blankline.lua

11 lines
170 B
Lua
Raw Normal View History

return {
{
"lukas-reineke/indent-blankline.nvim",
opts = {
show_current_context = true,
show_current_context_start = true,
use_treesitter = true,
},
}
}