Make the vim help documentation available via web server in a simple & searchable fashion
- Install
php&php-mysqlsupport in your faviroute Operating System. - Setup mysql server & create a new database called
vim_db - Generate the documentation
make all - Start the webserver for testing
make server - Visit http://127.0.0.1:9090/app/ & enjoy searchable vim help
The code supports serving the VIM options via REST calls see the app/repo.php for more details
Naresh
2014
MIT


