dps-coding-now.nvim icon indicating copy to clipboard operation
dps-coding-now.nvim copied to clipboard

Synchronize the filetype you are coding with the GitHub messages

dps-coding-now

2021-04-07_11-16

Usage

  1. You need create a Personal access token with correct permissions. This plugin requires Personal token permissions with user privileges.
  2. Export an environment variable named CODING_NOW_GITHUB_TOKEN containing your Personal Access Token. (eg. Write it in your ~/.zshenv.local or something)export CODING_NOW_GITHUB_TOKEN=<YOUR PERSONAL ACCESS TOKEN>
  3. Install this plugin and denops
Plug 'vim-denops/denops.vim'
Plug 'yutkat/dps-coding-now.nvim'