mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
Update py support
This commit is contained in:
parent
03cd0e2445
commit
6a38cb64a7
@ -32,6 +32,7 @@ jobs:
|
||||
- env: LINT=vint-errors VIM=nvim VIM_VERSION=v0.2.0
|
||||
- env: LINT=vint VIM=nvim VIM_VERSION=v0.2.0
|
||||
- env: LINT=vader
|
||||
addons: { apt: { packages: [python2.7-dev] } }
|
||||
allow_failures:
|
||||
- env: LINT=vimlint VIM=nvim VIM_VERSION=v0.2.0
|
||||
- env: LINT=vint VIM=nvim VIM_VERSION=v0.2.0
|
||||
|
@ -22,7 +22,6 @@ description: "Development information about SpaceVim, including contributing gui
|
||||
- [Contributor to an existing layer](#contributor-to-an-existing-layer)
|
||||
- [Contributing a keybinding](#contributing-a-keybinding)
|
||||
- [Contributing a banner](#contributing-a-banner)
|
||||
- [Contributing a statusline theme](#contributing-a-statusline-theme)
|
||||
- [Build with SpaceVim](#build-with-spacevim)
|
||||
- [Changelog](#changelog)
|
||||
|
||||
@ -237,8 +236,6 @@ If you have some ASCII skills you can submit your artwork!
|
||||
|
||||
You are free to choose a reasonable height size but the width size should be around 75 characters.
|
||||
|
||||
#### Contributing a statusline theme
|
||||
|
||||
## Build with SpaceVim
|
||||
|
||||
SpaceVim provide a lot of public [APIs](https://spacevim.org/apis), you can create plugins base on this APIs. also you can add a badge to the README.md of your plugin.
|
||||
|
Loading…
Reference in New Issue
Block a user