Merge pull request 58 from mutewinter

Closes #58.
This commit is contained in:
Marco Hinz 2013-11-09 17:01:01 +01:00
commit 7ec3d687f4

View file

@ -484,16 +484,17 @@ FAQ *startify-faq*
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
CtrlP opens a split in Startify!~ CtrlP or NERDTree open a split in Startify!~
Solution 1) Put this in your vimrc:
>
let g:ctrlp_reuse_window = 'startify'
<
Solution 2)
> >
autocmd FileType startify setlocal buftype= autocmd FileType startify setlocal buftype=
< <
If you're using CtrlP without NERDTree, there is an even more elegant
solution:
>
let g:ctrlp_reuse_window = 'startify'
<
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
How do I get both NERDTree and Startify working at startup?~ How do I get both NERDTree and Startify working at startup?~