salcode / ironcode-vim

A Vim Configuration focused on WordPress development and predominantly used on a Mac with Neovim
9 stars 1 forks source link

Add set laststatus=2 #193

Closed salcode closed 4 years ago

salcode commented 4 years ago
set laststatus=2
*'laststatus'* *'ls'*
'laststatus' 'ls'   number  (default 2)
            global
    The value of this option influences when the last window will have a
    status line:
        0: never
        1: only if there are at least two windows
        2: always
    The screen looks nicer with a status line if you have several
    windows, but it takes another screen line. |status-line|
salcode commented 4 years ago

Resolved in 63f5c6e