Added note about laststatus
Users may be confused when installing powerline as it does not appear by default in single-window mode. This change alerts users that they should not expect to see the status line and points them to the help documents for laststatus so that they can activate it in all cases if they want.
This commit is contained in:
parent
d53695a3fd
commit
da4f5137f6
|
@ -17,6 +17,10 @@ If installed using pip just add
|
|||
|
||||
(replace ``python`` with ``python3`` if appropriate) to the :file:`vimrc`.
|
||||
|
||||
.. note::
|
||||
Status line will not appear by default when there is only a single window
|
||||
displayed. Run ``:h 'laststatus'`` in Vim for more information.
|
||||
|
||||
If the repository was just cloned the following line needs to be added to the
|
||||
:file:`vimrc`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue