VIM Pal
VIM Pal is a separate application that provides a file browser for VIM editor. It is intended not to support all the features of an IDE, but only to provide a basic file tree where users can select files for editing in VIM, and to act as a bookmark list for jumping to frequently used directories.

Download
The latest version can be downloaded from Sourceforge project page. Currently only Windows binaries are provided - other OS users will have to compile from source.
To compile the application, you will need Qt 4 (4.6 or later). Project is using qmake, so compilation looks like this:
qmake && make
Arch Linux users can use this PKGBUILD to make the package.
Contributors
- Stephane List - French translation.
Contributions in form of patches, translations, bug reports and suggestions are welcome.
Copyright
© 2012-2013 Aurelijus Bružas <aurelijus.b@gmail.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.