diff options
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim index b097a6c..07bb6a0 100644 --- a/core/options.vim +++ b/core/options.vim @@ -111,6 +111,11 @@ set undofile " Do not show "match xx of xx" and other messages during auto-completion set shortmess+=c +" Do not show search match count on bottom right (seriously, I would strain my +" neck looking at it). Using plugins like vim-anzu or nvim-hlslens is a better +" choice, IMHO. +set shortmess+=S + " Completion behaviour " set completeopt+=noinsert " Auto select the first completion entry set completeopt+=menuone " Show menu even if there is only one item |
