KazuakiM / vim-ibm-bluemix

IBM Bluemix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-ibm-bluemix

TravisCI AppVeyor Issues Document License

This plugin is IBM Watson API Client.

Support functions.

usage

Usage

  1. You can make account at IBM HP.
  2. You set to vimrc or something. I think you should not public this setting
    " e.g. Japanese <- -> English
    let g:ibm_bluemix#config = {
    \    'username': 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
    \    'password': 'xxxxxxxxxxxx',
    \    'source': 'ja',
    \    'target': 'en',
    \}

Author

KazuakiM

License

This software is released under the MIT License, see LICENSE.

About

IBM Bluemix

License:MIT License


Languages

Language:Vim Script 100.0%