From 752dbcbe2d6e344b8f317a2ad79913c692acf24b Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 5 Dec 2021 14:33:59 +0800 Subject: remove mentioning of vim-airline --- core/options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/options.vim b/core/options.vim index 3365374..890be36 100644 --- a/core/options.vim +++ b/core/options.vim @@ -76,7 +76,7 @@ set scrolloff=3 set mouse=nic " Enable mouse in several mode set mousemodel=popup " Set the behaviour of mouse -" Do not show mode on command line since vim-airline can show it +" Disable showing current mode on command line since statusline plugins can show it. set noshowmode set fileformats=unix,dos " Fileformats to use for new files -- cgit v1.2.3