diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-21 23:02:22 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-21 23:02:40 +0800 |
| commit | 94f0c903e5a27e1ca36106a99b3208d6e7ca42a3 (patch) | |
| tree | 6c9aad55d5f5e5fc32a82cff050bace3b532136b /core/options.vim | |
| parent | 6e273e4a34fce8aa0a38e211ea33f881c3f78ea4 (diff) | |
add option winblend
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim index 3a7e015..afd957b 100644 --- a/core/options.vim +++ b/core/options.vim @@ -126,6 +126,8 @@ 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 +set winblend=5 " pseudo transparency for floating window + " Insert mode key word completion setting set complete+=kspell complete-=w complete-=b complete-=u complete-=t |
