diff options
| author | jdhao <jdhao@hotmail.com> | 2021-12-05 14:33:59 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-12-05 14:33:59 +0800 |
| commit | 752dbcbe2d6e344b8f317a2ad79913c692acf24b (patch) | |
| tree | d90bad943d3d3c3975e48d08d03076952436fb2b /core/options.vim | |
| parent | 0be331b28e7481878a44997eff2c619cff34bb95 (diff) | |
remove mentioning of vim-airline
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
