summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.vim3
1 files changed, 2 insertions, 1 deletions
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" }
}