line indent WIP

This commit is contained in:
Tony Blyler 2023-06-28 16:40:02 -04:00
parent b48ec3f923
commit d426b9aa99
2 changed files with 10 additions and 0 deletions
chezmoi/private_dot_config/nvim/lua/plugins

View file

@ -0,0 +1,9 @@
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"},
},
}