diff options
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |