mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:49:19 +08:00
Add python layer doc
This commit is contained in:
parent
a070d9c6d6
commit
e13064aaf0
@ -25,7 +25,7 @@
|
||||
- [Awesome ui](#awesome-ui)
|
||||
- [Language specific mode](#language-specific-mode)
|
||||
- [c/c++ support](#cc-support)
|
||||
- python support
|
||||
- [python support](#python-support)
|
||||
- [go support](#go-support)
|
||||
- rust support
|
||||
- php support
|
||||
@ -138,10 +138,11 @@ git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim
|
||||
###### go support
|
||||
1. code completion:
|
||||

|
||||
|
||||
2. syntax check:
|
||||

|
||||
|
||||
###### python support
|
||||
|
||||
##### Neovim centric - Dark powered mode of SpaceVim.
|
||||
|
||||
By default, SpaceVim use these dark powered plugins:
|
||||
|
@ -1,6 +1,7 @@
|
||||
function! SpaceVim#layers#edit#plugins() abort
|
||||
let plugins = [
|
||||
\ ['tpope/vim-surround'],
|
||||
\ ['junegunn/vim-emoji'],
|
||||
\ ['terryma/vim-multiple-cursors'],
|
||||
\ ['scrooloose/nerdcommenter'],
|
||||
\ ['mattn/emmet-vim', { 'on_cmd' : 'EmmetInstall'}],
|
||||
|
@ -1,3 +1,12 @@
|
||||
""
|
||||
" @section lang#python, layer-lang-python
|
||||
" @parentsection layers
|
||||
" To make this layer works well, you should install jedi.
|
||||
" @subsection mappings
|
||||
" >
|
||||
" mode key function
|
||||
" <
|
||||
|
||||
function! SpaceVim#layers#lang#python#plugins() abort
|
||||
let plugins = []
|
||||
" python
|
||||
|
@ -21,6 +21,7 @@ function! SpaceVim#layers#unite#plugins() abort
|
||||
\ ['heavenshell/unite-zf'],
|
||||
\ ['heavenshell/unite-sf2'],
|
||||
\ ['osyo-manga/unite-vimpatches'],
|
||||
\ ['rhysd/unite-emoji.vim'],
|
||||
\ ['Shougo/unite-outline'],
|
||||
\ ['hewes/unite-gtags' ,{'loadconf' : 1}],
|
||||
\ ['rafi/vim-unite-issue'],
|
||||
|
@ -13,8 +13,9 @@ CONTENTS *SpaceVim-contents*
|
||||
4. lang#go......................................|SpaceVim-layer-lang-go|
|
||||
5. lang#java..................................|SpaceVim-layer-lang-java|
|
||||
6. lang#php....................................|SpaceVim-layer-lang-php|
|
||||
7. lang#rust..................................|SpaceVim-layer-lang-rust|
|
||||
8. lang#xml....................................|SpaceVim-layer-lang-xml|
|
||||
7. lang#python..............................|SpaceVim-layer-lang-python|
|
||||
8. lang#rust..................................|SpaceVim-layer-lang-rust|
|
||||
9. lang#xml....................................|SpaceVim-layer-lang-xml|
|
||||
5. FAQ........................................................|SpaceVim-faq|
|
||||
|
||||
==============================================================================
|
||||
@ -497,6 +498,16 @@ requirement:
|
||||
Composer Project
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
LANG#PYTHON *SpaceVim-layer-lang-python*
|
||||
|
||||
To make this layer works well, you should install jedi.
|
||||
MAPPINGS
|
||||
|
||||
>
|
||||
mode key function
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
LANG#RUST *SpaceVim-layer-lang-rust*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user