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

11 lines
252 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 = {"Comment"},
context_highlight_list = {"Special"},
2023-06-28 16:40:02 -04:00
},
}