From ea461925619c3d812eb45a6b8c58eb85d951f43e Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 5 Sep 2017 07:24:55 +0200 Subject: [PATCH] README: remove laststatus section closes #1560 --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 434dbe97..0077edb9 100644 --- a/README.md +++ b/README.md @@ -162,13 +162,10 @@ This plugin follows the standard runtime path structure, and as such it can be i | [minpac][54] | `call minpac#add('vim-airline/vim-airline')` | | manual | copy all of the files into your `~/.vim` directory | -# Configuration +# Documentation `:help airline` -The default setting of 'laststatus' is for the statusline to not appear until a split is created. If you want it to appear all the time, add the following to your vimrc: -`set laststatus=2` - # Integrating with powerline fonts For the nice looking powerline symbols to appear, you will need to install a patched font. Instructions can be found in the official powerline [documentation][20]. Prepatched fonts can be found in the [powerline-fonts][3] repository.