From 54d56ee1a5ec65cd9ec360d216eadd4b1d5f00a1 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 28 Apr 2022 21:47:42 +0800 Subject: [PATCH] docs(github): update readme of github.vim --- autoload/SpaceVim/layers/github.vim | 2 +- bundle/github.vim/README.md | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/autoload/SpaceVim/layers/github.vim b/autoload/SpaceVim/layers/github.vim index ab77ac4f9..c715bba0f 100644 --- a/autoload/SpaceVim/layers/github.vim +++ b/autoload/SpaceVim/layers/github.vim @@ -41,7 +41,7 @@ function! SpaceVim#layers#github#plugins() abort \ 'depends': 'open-browser.vim', \ 'on_cmd': ['OpenGithubFile', 'OpenGithubIssue', 'OpenGithubPullReq'], \ }], - \ [g:_spacevim_root_dir . 'bundle/github.com', {'merged' : 0}], + \ [g:_spacevim_root_dir . 'bundle/github.vim', {'merged' : 0}], \ ['lambdalisue/vim-gista', {'merged' : 0}], \ ] endfunction diff --git a/bundle/github.vim/README.md b/bundle/github.vim/README.md index d10d678f9..1e0316d6d 100644 --- a/bundle/github.vim/README.md +++ b/bundle/github.vim/README.md @@ -1,4 +1,5 @@ # GitHub.vim + > Another github v3 api implemented in viml [![Build Status](https://travis-ci.org/wsdjeg/GitHub.vim.svg?branch=master)](https://travis-ci.org/wsdjeg/GitHub.vim) @@ -10,17 +11,11 @@ [![Doc](https://img.shields.io/badge/doc-%3Ah%20github-orange.svg?style=flat-square)](doc/github.txt) ## Intro + This is a viml library to access the Github API v3. With it, you can manage Github resources (repositories, user profiles, organizations, etc.) from viml scripts. -It is WIP, it will covers the full API. - -[![Throughput Graph](https://graphs.waffle.io/wsdjeg/GitHub.vim/throughput.svg)](https://waffle.io/wsdjeg/GitHub.vim/metrics/throughput) - -If you have any question, any remark, or if you find a bug, or if there is -something you can do with the API but not with Github-api.vim, please open an issue. - ## Install It is easy to install the lib via [dein](https://github.com/Shougo/dein.vim): @@ -57,4 +52,3 @@ func! s:body() return 'Testting Github.vim...' endf ``` -