ignore server instances
This commit is contained in:
parent
518960deb2
commit
747d58adcf
|
@ -15,7 +15,7 @@ let g:startify_session_dir = resolve(expand(get(g:, 'startify_session_dir',
|
|||
augroup startify
|
||||
autocmd!
|
||||
autocmd VimEnter *
|
||||
\ if !argc() && (line2byte('$') == -1) |
|
||||
\ if !argc() && (line2byte('$') == -1) && empty(v:servername) |
|
||||
\ call s:start() |
|
||||
\ endif
|
||||
augroup END
|
||||
|
|
Loading…
Reference in a new issue