aboutsummaryrefslogtreecommitdiff
path: root/core/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-18 01:53:39 +0800
committerjdhao <jdhao@hotmail.com>2021-08-18 01:53:39 +0800
commit72bf99a15f0df9bb36e68819ed81a5c3d204d202 (patch)
treeabadd2bac88ee0584644f1d2265c7d3bd98b47aa /core/options.vim
parent5817b1c2077186240d54c0161cffddaab4b53c8d (diff)
update option
Diffstat (limited to 'core/options.vim')
-rw-r--r--core/options.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim
index 23353b5..b097a6c 100644
--- a/core/options.vim
+++ b/core/options.vim
@@ -117,6 +117,7 @@ set completeopt+=menuone " Show menu even if there is only one item
set completeopt-=preview " Disable the preview window
set pumheight=10 " Maximum number of items to show in popup menu
+set pumblend=10 " pseudo transparency for completion menu
" Insert mode key word completion setting
set complete+=kspell complete-=w complete-=b complete-=u complete-=t