Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Coc.nvim

Make your vim smart as VSCode
Collective - Host: opensource - https://opencollective.com/cocnvim - Code: https://github.com/chemzqm

Update travis config for node8 only

github.com/chemzqm/node-client - 62ad33b69605b77dc7ff9de7d90bc8579232c6e8 authored over 7 years ago
Add script to search for neovim APIs

github.com/chemzqm/node-client - df146ecc3166058ca118072c51e5720ac4b06780 authored over 7 years ago
Add script that returns a promise of Neovim client API

github.com/chemzqm/node-client - 977a9995c48ece723a902a1c2242570b575b9e06 authored over 7 years ago
Add name prop to a function

github.com/chemzqm/node-client - 1cb3679f0bd06f6d123ce31ad85d7de069d0adea authored over 7 years ago
Add jest ignore paths

github.com/chemzqm/node-client - 6033fb0f435a55f7464e3829c0af5f874c1502aa authored over 7 years ago
Update lockfile

github.com/chemzqm/node-client - 5c9368670ea01e743d84fa3a09efbd7a1d177ccd authored over 7 years ago
Remove default export from logger for now

github.com/chemzqm/node-client - 8fbc6047f670d50f2e950805450884ac2a095aa4 authored over 7 years ago
Fix quit API sending extra args

github.com/chemzqm/node-client - 5f0a69e48a52543107dbed13dbb464dc17062fbd authored over 7 years ago
Fix ignore deprecated methods (ignore since 2)

github.com/chemzqm/node-client - 246440774f4ada810733300f09411004a7b405b1 authored over 7 years ago
Fix generated API methods

* "methods" were not sending `this` as first argument
* request callback was decoding response, ...

github.com/chemzqm/node-client - 09cf275a5beb4b7f7a6a5cb9b3e9cf6f1290956d authored over 7 years ago
Fix decode missing in BaseType

github.com/chemzqm/node-client - 790334a76e8bff51549981af81600a64bb64f12b authored over 7 years ago
Fix attach tests

github.com/chemzqm/node-client - a809a06010d6b8bca47e9f4bf38622b5730b5c38 authored over 7 years ago
Move promise test

github.com/chemzqm/node-client - c57445e731766318a261c2aa809b4814ff7cfdb1 authored over 7 years ago
Update package.lock

github.com/chemzqm/node-client - fc2e1017745384deb408f08e7ec50109ef850647 authored over 7 years ago
Remove test/core

github.com/chemzqm/node-client - 550e80aebe970b569893e5e7aef986e30090ebb6 authored over 7 years ago
Change exported interfaces

github.com/chemzqm/node-client - 853d341bbff0422a962f75c5f9541d481619aaa4 authored over 7 years ago
Change order of eslint

github.com/chemzqm/node-client - d7596752581c2fbd454eb9198b10916fe10deb8e authored over 7 years ago
Remove commented out methods

github.com/chemzqm/node-client - 2c59fea7d22e6fd6fa1a8149ba2f37a8dbcbd166 authored over 7 years ago
Fix defining metadata properties on wrong function

github.com/chemzqm/node-client - f24e658aa139bd7169f726b03c1584f4e94d7741 authored over 7 years ago
Fix/update generating typescript interfaces

github.com/chemzqm/node-client - f713a44941e7bb8529b8700a6d3fa03a89a44649 authored over 7 years ago
Update package lock

github.com/chemzqm/node-client - 8753bcbf0d8bb3f5a74310a9f6c87f60ee16cbed authored over 7 years ago
Remove dev decorator, should be defined in Plugin decorator

github.com/chemzqm/node-client - 1d8c617cc995bb4a9922690c4d423ae2f8a13d3f authored over 7 years ago
Add npm5 package lock

github.com/chemzqm/node-client - d1ae410494c5806e266419f67a13f5bafbc5c562 authored over 7 years ago
Add precommit hook to run eslint, prettier, jest

github.com/chemzqm/node-client - f43c905db010f179087ead1e4689d16e306a4cbe authored over 7 years ago
Add env var to allow printing to console

github.com/chemzqm/node-client - b3b29da8871599793eef4638f087863dda13ca10 authored over 7 years ago
eslint/prettier

github.com/chemzqm/node-client - 16368864d8a70810cfc7aaf225063b3596fa154a authored over 7 years ago
Refactor API generation

* Ignore deprecated APIs
* Refactor function to translate nvim api names into client
API names...

github.com/chemzqm/node-client - 6f1d9bb5207ad9dd4e0fc191dc76d48d052a02e5 authored over 7 years ago
Update eslintrc

github.com/chemzqm/node-client - 1e255678151abd3fde9b80b5387740f7da97e4e4 authored over 7 years ago
Big refactor to node-client

github.com/chemzqm/node-client - 4a67367215ee33eb438a9ef6660b3b188a2e84b9 authored over 7 years ago
Change generated neovim API methods to return promises, fix generate typescript interface script

github.com/chemzqm/node-client - 041423104d88ae243392fdf1f2175d03f92ae2a8 authored over 7 years ago
Remove jshintrc

github.com/chemzqm/node-client - e89c8cc711ff118fd6c08647705065f88ba9c157 authored over 7 years ago
Apply prettier + eslint fix

github.com/chemzqm/node-client - d16177f85f9548c1eaa783e4b4c1dba4f96bd79d authored over 7 years ago
Add option for suffix when wrapping API

github.com/chemzqm/node-client - cf6ff02365a39f0f2d52b2500512e769b08e6618 authored over 7 years ago
Use 'stable' and 'lts/*' to reduce maintain cost for Travis CI (#22)

* Use 'stable' and 'lts/*' to reduce maintain cost for Travis CI

* Show nvim version

github.com/chemzqm/node-client - 743020aec4f8bfb71d33f2c07bb1233925494986 authored over 7 years ago
Refactor promisify function so we can re-use

github.com/chemzqm/node-client - f50c8daf024004f4ed09bd737daafe308fd718fa authored over 7 years ago
Add promise API

github.com/chemzqm/node-client - 2ac30c396da72bf01d2239d67728efd6c7d7ad42 authored over 7 years ago
Add promise API

* Refactor promisify function so we can re-use
* Add option for suffix when wrapping API
* Fix i...

github.com/chemzqm/node-client - b89d1eb27945d370db00b76928b11262c62cf913 authored over 7 years ago
Remove promisify module, wasnt promisifying nvim properly

github.com/chemzqm/node-client - fd0479070b48b08619d5895ca5bcf247cb9a7ea9 authored over 7 years ago
Accept Nvim Type

github.com/chemzqm/node-client - 9165ab72013c92c68000661aba3185b4b9692aed authored over 7 years ago
Drop support for end-of-life Node v0.10

github.com/chemzqm/node-client - b5907af7713e5128b31055aa2389898cc13f7dda authored over 7 years ago
Update index.d.ts

github.com/chemzqm/node-client - eadad99995034f9f6bb13af301fb4537d2068bf6 authored over 7 years ago
use denite quickfix

github.com/chemzqm/vimrc - d4d951488253af1e8aa84b30bf599d5cafab6726 authored almost 8 years ago
support unbind

github.com/chemzqm/dropdown-menu - 8a71632934d81df9db35760b39bf875d700f5b96 authored almost 8 years ago
Release 0.2.9

github.com/chemzqm/imagebox - 40a0e2f83ec1eea202112912d846629b2a8ad00b authored almost 8 years ago
some improve

github.com/chemzqm/vimrc - 6b5df5e985b27cc0c7f5403e6732ab34b29a6524 authored almost 8 years ago
add gitgutter mapping

github.com/chemzqm/vimrc - d6aa6709a01837be28f2ab64c0eef065007e51ef authored almost 8 years ago
improved support for fugitive

github.com/chemzqm/unite-location - f062d30aa45d63b9527628ed0509a7a0cebebcbe authored almost 8 years ago
Merge pull request #5 from petobens/master

Change quickfix filename highlight to Directory

github.com/chemzqm/unite-location - 6a2140cee0f8a1f861f10b3c744fafce08775edc authored almost 8 years ago
Change quickfix filename highlight to Directory

github.com/chemzqm/unite-location - 10f51fce48bf385c286c1c35d4e8a385a1144b60 authored almost 8 years ago
add deprecated

github.com/chemzqm/unite-js-func - c418c0914b33e68dab1a2f2a6e27e276491427ad authored almost 8 years ago
remove unite

github.com/chemzqm/vimrc - e6c8d91b3321756ded039966a977d5b65fe867d3 authored almost 8 years ago
improve denite

github.com/chemzqm/vimrc - 700a3e302c0df6328c79087a6ea644777d65cd83 authored almost 8 years ago
improve git changes of status line

github.com/chemzqm/vimrc - 2e18c67eac231c6590aff83c90f936aa86917507 authored almost 8 years ago
use denite-git

github.com/chemzqm/vimrc - 4275367f99016b949a698b219338fc9c942912fb authored almost 8 years ago
improve gitlog

github.com/chemzqm/vimrc - 3dc16dd1109c9200f6bf87526d25ead15b0d244d authored almost 8 years ago
add deprecated

github.com/chemzqm/unite-git-log - 1bd78e128b3c05f774c5856a7b85937601a296ef authored almost 8 years ago
improve denite

github.com/chemzqm/vimrc - ddfac2a1e452f548e99a2e6a809f6a048e7781e3 authored almost 8 years ago
use pylint

github.com/chemzqm/vimrc - 2beab310b6949d55c7a04d42cdcf5205ed6cca59 authored almost 8 years ago
improve denite grep

github.com/chemzqm/vimrc - 234cec3c158c04b44f8a549c0d85b9194ee4ffee authored almost 8 years ago
use denite grep

github.com/chemzqm/vimrc - db8e86962e75ed74ecc1a0d5e6af06e39cfc4840 authored almost 8 years ago
use git diff for delete action

github.com/chemzqm/unite-extra - b4498dd01b8fae523456b0f73aa01b738e3b094b authored almost 8 years ago
no refresh for file_rec

github.com/chemzqm/vimrc - 12beffa2daaeb84459a244cb669fd5e918cb1e8a authored almost 8 years ago
add ale_linter for wxss

github.com/chemzqm/wxapp.vim - 893ab0f25e2f2acb976c6d60b5fcb27305eb7393 authored almost 8 years ago
improve jsdoc config

github.com/chemzqm/vimrc - 41d15bc3ec8a5ba59c248cea35b15e44ef4a4592 authored almost 8 years ago
improve tabopen, use iterm2 tab

github.com/chemzqm/unite-extra - a5b29d87f557154fbff20dc80e14be438b1ec6fa authored almost 8 years ago
check tempfile

github.com/chemzqm/vimrc - 0375da72148e6f820fbda7038f2f31e59f55ec37 authored almost 8 years ago
add MyStatusGitChanges

github.com/chemzqm/vimrc - 378a9dd5c528955db5b8e22d4c10c23cda66f457 authored almost 8 years ago
improve reset action

github.com/chemzqm/unite-extra - bd2d47051f849c504ae9047b11752bb9670eec81 authored almost 8 years ago
improve reset action

github.com/chemzqm/unite-extra - d97b1b8d674c7afd54d703723312b879977c3a95 authored almost 8 years ago
add git_status source

github.com/chemzqm/unite-extra - ce8bdd2ba0ed061ac2aace54f817056dbc4cb83b authored almost 8 years ago
use relative path when possible

github.com/chemzqm/vimrc - a325c01d3646c3b537d93300e2a9fa09c45da5b5 authored almost 8 years ago
improve preview experience

github.com/chemzqm/unite-git-log - 482f801420bde681747421908bbcea452fbb322f authored almost 8 years ago
use json_decode

github.com/chemzqm/unite-extra - e92fd32700a860d95cca349c00fff2b23a9dbb4c authored almost 8 years ago
improve reset action

github.com/chemzqm/unite-git-log - 4e7a1cdb46a20d68d8a024f98f7d25251cae0951 authored almost 8 years ago
find git directory from cwd if current file is nofile

github.com/chemzqm/unite-git-log - 928e8dfc362be4278fef9961672b77295f4840f4 authored almost 8 years ago
fix prefixed filename

github.com/chemzqm/stack-source-map - 6448dbc81fc6def02db42239fafc565b2ded80c5 authored almost 8 years ago
add koa-logger

github.com/chemzqm/mockapi - 8d6cf63ebb564d4082012a097730c1f908aafcf1 authored almost 8 years ago
add a standalone build file

github.com/chemzqm/stack-source-map - 30fc89c1dd8dfd6e5a0d136f30a1decd4fdb8168 authored almost 8 years ago