tb-dotfiles/chezmoi/private_dot_config/nvim/lua/plugins/indent-blankline.lua
2023-06-20 17:13:50 -04:00

11 lines
170 B
Lua

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