From cbbabbd0bb33168ba45947ee2816fb0b8f77eef4 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 14 Jul 2022 11:30:42 +0200 Subject: [PATCH] vimrc: adjust completeopt to show popup --- .vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.