diff options
-rw-r--r-- | init.vim | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } } |