mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:50:06 +08:00
docs(python2): add doc about github-issues.vim
This commit is contained in:
parent
86077076e2
commit
0048c199fe
@ -22,6 +22,16 @@
|
|||||||
" normal SPC g h I show issues in browser
|
" normal SPC g h I show issues in browser
|
||||||
" normal SPC g h p show PRs in browser
|
" normal SPC g h p show PRs in browser
|
||||||
" <
|
" <
|
||||||
|
"
|
||||||
|
" NOTE: If you are using python2, you may get error:
|
||||||
|
" >
|
||||||
|
" No module named past.builtins
|
||||||
|
" <
|
||||||
|
"
|
||||||
|
" To fix this issue, you need to install `future` module.
|
||||||
|
" <
|
||||||
|
" python2 -m pip install future
|
||||||
|
" <
|
||||||
|
|
||||||
function! SpaceVim#layers#github#plugins() abort
|
function! SpaceVim#layers#github#plugins() abort
|
||||||
return [
|
return [
|
||||||
|
Loading…
Reference in New Issue
Block a user