From ee588460d348bb79d1df23e24af62372a0282188 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 22 Aug 2023 04:52:44 +0100 Subject: Removes inlay hints from YCM config --- vim/vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index dc7631f..41d605a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -133,12 +133,12 @@ autocmd BufEnter *.html,*.slim if s:is_tailwind() | \ endif " YCM -let g:ycm_enable_inlay_hints = 1 nnoremap h (YCMToggleInlayHints) nnoremap gd :YcmCompleter GoToDefinition nnoremap gr :YcmCompleter GoToReferences nnoremap K :YcmCompleter GetDoc " this will disable tab, allowing it to be used for ultisnips +let g:ycm_enable_inlay_hints = 0 let g:ycm_key_list_select_completion = ['', ''] let g:ycm_key_list_previous_completion = ['', ''] let g:ycm_python_interpreter_path = '.venv/bin/python3' @@ -154,8 +154,6 @@ nnoremap jd :YcmCompleter GoTo imap (YCMToggleSignatureHelp)'. -let g:ycm_enable_inlay_hints = 1 - " ALE ale config let g:ale_enabled = 1 let g:ale_echo_msg_format = '[%linter%] %s [%severity%]' -- cgit v1.2.3