defaults: set 'laststatus' to 2. #2876

This commit is contained in:
Felipe Morales
2015-06-20 18:45:03 -03:00
committed by Justin M. Keyes
parent 7280e8c365
commit 45121a267f
6 changed files with 54 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ local Session = require('nvim.session')
local nvim_prog = os.getenv('NVIM_PROG') or 'build/bin/nvim'
local nvim_argv = {nvim_prog, '-u', 'NONE', '-i', 'NONE', '-N',
'--cmd', 'set shortmess+=I background=light noswapfile noautoindent',
'--cmd', 'set shortmess+=I background=light noswapfile noautoindent laststatus=1',
'--embed'}
-- Formulate a path to the directory containing nvim. We use this to