From 30774cac5bc02ab8638ac7667e5eee8e0f41a9a6 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 18 Aug 2021 23:21:51 +0800 Subject: Use nvim-hlslens instead of vim-anzu --- core/options.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/options.vim') 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 -- cgit v1.2.3