diff --git a/.vim/vimrc b/.vim/vimrc index ed8845c..383b0c5 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -153,7 +153,8 @@ let g:ale_fixers = { 'c': ['ccls', 'clang-format', 'clangtidy', 'cppcheck', 'cqu \ 'go': ['gopls'] } if has('patch-8.1.1880') - set completeopt=longest,menuone,popuphidden + " set completeopt=longest,menuone,popuphidden + set completeopt=longest,menuone,popup " Highlight the completion documentation popup background/foreground the same as " the completion menu itself, for better readability with highlighted " documentation.