diff options
author | Josh Rahm <rahm@google.com> | 2023-01-20 18:13:06 +0000 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2023-01-20 18:13:06 +0000 |
commit | b4d217ddc4f09e050295e85da4d56730c155de2a (patch) | |
tree | 4c5362811764258f0a1bcd5a745d65856aecc532 | |
parent | cf185a50e8f358f1128d949446e4d9f2df517d9c (diff) | |
download | config.vim-b4d217ddc4f09e050295e85da4d56730c155de2a.tar.gz config.vim-b4d217ddc4f09e050295e85da4d56730c155de2a.tar.bz2 config.vim-b4d217ddc4f09e050295e85da4d56730c155de2a.zip |
Changed some configuration with the indent plugin
-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" } } |