summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2023-01-20 18:13:06 +0000
committerJosh Rahm <rahm@google.com>2023-01-20 18:13:06 +0000
commitb4d217ddc4f09e050295e85da4d56730c155de2a (patch)
tree4c5362811764258f0a1bcd5a745d65856aecc532
parentcf185a50e8f358f1128d949446e4d9f2df517d9c (diff)
downloadconfig.vim-b4d217ddc4f09e050295e85da4d56730c155de2a.tar.gz
config.vim-b4d217ddc4f09e050295e85da4d56730c155de2a.tar.bz2
config.vim-b4d217ddc4f09e050295e85da4d56730c155de2a.zip
Changed some configuration with the indent plugin
-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" }
}