yutkat / dps-coding-now.nvim

Synchronize the filetype you are coding with the GitHub messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Synchronize the filetype you are coding with the GitHub messages


Languages

Language:TypeScript 100.0%