Make split fix for NERDTree explicit

This commit is contained in:
Jeremy Mack 2013-11-08 19:33:05 -05:00 committed by Marco Hinz
parent e4f0009ce2
commit ccd02cbe16

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)
>
let g:ctrlp_reuse_window = 'startify'
<
Solution 2)
Put this in your vimrc:
>
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?~