dps-coding-now.nvim
dps-coding-now.nvim copied to clipboard
Synchronize the filetype you are coding with the GitHub messages
dps-coding-now

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