diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-05 22:36:52 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-11-05 22:36:52 +0800 |
| commit | 66f2c7a8a653c2c5ed4c9934c746270794d1b95c (patch) | |
| tree | 3cbb15691964a8f1a5e2b4679dfa154b1f9e9ab0 /options.vim | |
| parent | d290d79bb9fc218eba6ba53e5c3f74bb71b84176 (diff) | |
Remove pumblend.
pumblend options does not work well for terminals which does not support true colors
Diffstat (limited to 'options.vim')
| -rw-r--r-- | options.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options.vim b/options.vim index d392925..32aa91c 100644 --- a/options.vim +++ b/options.vim @@ -125,7 +125,6 @@ set completeopt-=preview " Disable the preview window " Settings for popup menu set pumheight=15 " Maximum number of items to show in popup menu -set pumblend=5 " Pesudo blend effect for popup menu " Scan files given by `dictionary` option set complete+=k,kspell complete-=w complete-=b complete-=u complete-=t |
