vimrc: adjust completeopt to show popup
This commit is contained in:
parent
b0a76478d2
commit
cbbabbd0bb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user