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

10 lines
225 B
Lua
Raw Normal View History

2023-06-28 16:40:02 -04:00
return {
"lukas-reineke/indent-blankline.nvim",
opts = {
show_current_context = true,
show_current_context_start = true,
show_trailing_blankline_indent = false,
char_highlight_list = {"NvimTreeIndentMarker"},
},
}