diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-18 23:21:51 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-18 23:21:51 +0800 |
| commit | 30774cac5bc02ab8638ac7667e5eee8e0f41a9a6 (patch) | |
| tree | 9b9e9002e16e7cbb5c2d0dbfe7b8b5110c82519d /core/options.vim | |
| parent | 72bf99a15f0df9bb36e68819ed81a5c3d204d202 (diff) | |
Use nvim-hlslens instead of vim-anzu
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 |
