mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
docs(github): update readme of github.vim
This commit is contained in:
parent
d64edc6302
commit
54d56ee1a5
@ -41,7 +41,7 @@ function! SpaceVim#layers#github#plugins() abort
|
|||||||
\ 'depends': 'open-browser.vim',
|
\ 'depends': 'open-browser.vim',
|
||||||
\ 'on_cmd': ['OpenGithubFile', 'OpenGithubIssue', 'OpenGithubPullReq'],
|
\ '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}],
|
\ ['lambdalisue/vim-gista', {'merged' : 0}],
|
||||||
\ ]
|
\ ]
|
||||||
endfunction
|
endfunction
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# GitHub.vim
|
# GitHub.vim
|
||||||
|
|
||||||
> Another github v3 api implemented in viml
|
> 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)
|
[![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)
|
[![Doc](https://img.shields.io/badge/doc-%3Ah%20github-orange.svg?style=flat-square)](doc/github.txt)
|
||||||
|
|
||||||
## Intro
|
## Intro
|
||||||
|
|
||||||
This is a viml library to access the Github API v3. With it, you can manage
|
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
|
Github resources (repositories, user profiles, organizations, etc.) from viml
|
||||||
scripts.
|
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
|
## Install
|
||||||
|
|
||||||
It is easy to install the lib via [dein](https://github.com/Shougo/dein.vim):
|
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...'
|
return 'Testting Github.vim...'
|
||||||
endf
|
endf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user