A Deoplete source for wp-hooks, the list of wordpress hooks.
Automatically reconize actions and filters and use the right JSON file, also update the list itself on plugin update.
With vundle
Plugin 'mte90/deoplete-wp-hooks', { 'do': './install.sh' }
Automatically will download the latest version of the JSON files.
let g:wphooks_dir='your-new-path'
To specify a custom path for the json files, there is already a default value.