line indent WIP
This commit is contained in:
parent
b48ec3f923
commit
d426b9aa99
2 changed files with 10 additions and 0 deletions
chezmoi/private_dot_config/nvim/lua/plugins
|
@ -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"},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue