vimrc: adjust completeopt to show popup

This commit is contained in:
surtur 2022-07-14 11:30:42 +02:00
parent b0a76478d2
commit cbbabbd0bb
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -153,7 +153,8 @@ let g:ale_fixers = { 'c': ['ccls', 'clang-format', 'clangtidy', 'cppcheck', 'cqu
\ 'go': ['gopls'] } \ 'go': ['gopls'] }
if has('patch-8.1.1880') 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 " Highlight the completion documentation popup background/foreground the same as
" the completion menu itself, for better readability with highlighted " the completion menu itself, for better readability with highlighted
" documentation. " documentation.