aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1cad991..2628c5c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -159,7 +159,7 @@ nnoremap <leader>jd :YcmCompleter GoTo<CR>
imap <silent> <C-l> <Plug>(YCMToggleSignatureHelp)'.
-let g:ycm_enable_inlay_hints = 1
+let g:ycm_enable_inlay_hints = 0
" ALE ale config
let g:ale_enabled = 1
@@ -192,6 +192,7 @@ let g:ale_fixers = {
\ 'python': ['autoimport', 'isort', 'yapf', 'black'],
\ 'javascript': ['eslint'],
\ 'go': ['gofmt'],
+\ 'cpp': ['clang-format'],
\ 'rust': ['rustfmt']
\ }
let g:ale_python_mypy_ignore_invalid_syntax = 1