Make startify work with Neovim
This commit is contained in:
parent
fe5aa8f0ba
commit
a4eef8c086
|
@ -13,7 +13,7 @@ let g:loaded_startify = 1
|
||||||
augroup startify
|
augroup startify
|
||||||
if !get(g:, 'startify_disable_at_vimenter')
|
if !get(g:, 'startify_disable_at_vimenter')
|
||||||
autocmd VimEnter *
|
autocmd VimEnter *
|
||||||
\ if !argc() && (line2byte('$') == -1) && (v:progname =~? '^[gmq]\=vim\=x\=\%[\.exe]$') |
|
\ if !argc() && (line2byte('$') == -1) && (v:progname =~? '^[gmnq]\=vim\=x\=\%[\.exe]$') |
|
||||||
\ call startify#insane_in_the_membrane() |
|
\ call startify#insane_in_the_membrane() |
|
||||||
\ endif |
|
\ endif |
|
||||||
\ autocmd! startify VimEnter
|
\ autocmd! startify VimEnter
|
||||||
|
|
Loading…
Reference in a new issue