initial
This CtrlP extension allows you to open netrw in a specific directory. Works only in Unix-like operating systems.
It is a modified version of Voronkovich Oleg's ctrlp-nerdtree.vim plugin.
:CtrlPNetrw
By default plugin ignore hidden directories. You change this by adding:
let g:ctrlp_netrw_show_hidden = 1
to your .vimrc
git clone git://github.com/shabbyrobe/ctrlp-netrw.vim ~/.vim/bundle/ctrlp-netrw.vim
Add to vimrc:
Bundle 'shabbyrobe/ctrlp-netrw.vim'
Copyright (c) Voronkovich Oleg, Blake Williams. Distributed under the same
terms as Vim itself (in accordance with the license of ctrlp-nerdtree.vim
).
See :help license
.