aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-08-20 14:44:55 +0100
committerMatthew Lemon <y@yulqen.org>2023-08-20 14:44:55 +0100
commit87d49cd28a0a0eef57e61c83c92870f99b9a8f39 (patch)
tree0577de27c0ff377e772a122ba5edcf260d3652fc /vim/vimrc
parentd75252edab592817c4d34b279b1ee0d8a7174a42 (diff)
Vim config gets some small changes
Diffstat (limited to '')
-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