From b4d217ddc4f09e050295e85da4d56730c155de2a Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 20 Jan 2023 18:13:06 +0000 Subject: Changed some configuration with the indent plugin --- init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index fe23210..0e22d1d 100644 --- a/init.vim +++ b/init.vim @@ -116,6 +116,7 @@ set textwidth=80 " Opens a terminal in the directory of the current file. command! TERM exec "term sh -c 'cd " . expand('%:p:h') . " && exec $SHELL'" +let g:indentLine_char = '┆' lua << EOF -- CiderLSP vim.opt.completeopt = { "menu", "menuone", "noselect" } @@ -146,7 +147,7 @@ lua << EOF -- for example, context is off by default, use this to turn it on show_current_context = true, - show_current_context_start = true, + show_current_context_start = faels, char_highlight_list = { "ColorColumn" } } -- cgit