mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 10:15:41 +08:00
Fix doc
This commit is contained in:
parent
ea77ad5a59
commit
e559b4313e
@ -1,12 +1,7 @@
|
|||||||
""
|
""
|
||||||
" @section Layer_lang_c
|
" @section Layer_lang_c
|
||||||
" lang#c :
|
" this layer provide c family language code completion and syntax chaeck.you
|
||||||
"
|
" need install clang.
|
||||||
" this layer provide c family language code completion.
|
|
||||||
"
|
|
||||||
" requirement:
|
|
||||||
" clang
|
|
||||||
" libclang
|
|
||||||
|
|
||||||
function! SpaceVim#layers#lang#c#plugins() abort
|
function! SpaceVim#layers#lang#c#plugins() abort
|
||||||
let plugins = []
|
let plugins = []
|
||||||
|
@ -1,20 +1,15 @@
|
|||||||
""
|
""
|
||||||
" @section Layer_lang_php
|
" @section Layer_lang_php
|
||||||
" lang#php :
|
|
||||||
"
|
|
||||||
" this layer is for php development, and it provide auto codo completion,
|
" this layer is for php development, and it provide auto codo completion,
|
||||||
" and syntax check, and jump to the definition location.
|
" and syntax check, and jump to the definition location.
|
||||||
"
|
"
|
||||||
" requirement:
|
" requirement:
|
||||||
"
|
" >
|
||||||
" PHP 5.3+
|
" PHP 5.3+
|
||||||
"
|
|
||||||
" PCNTL Extension
|
" PCNTL Extension
|
||||||
"
|
|
||||||
" Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
|
" Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
|
||||||
"
|
|
||||||
" Composer Project
|
" Composer Project
|
||||||
"
|
" <
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -408,30 +408,22 @@ This layer is for java development.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
LAYER_LANG_PHP *SpaceVim-layer_lang_php*
|
LAYER_LANG_PHP *SpaceVim-layer_lang_php*
|
||||||
|
|
||||||
lang#php :
|
|
||||||
|
|
||||||
this layer is for php development, and it provide auto codo completion, and
|
this layer is for php development, and it provide auto codo completion, and
|
||||||
syntax check, and jump to the definition location.
|
syntax check, and jump to the definition location.
|
||||||
|
|
||||||
requirement:
|
requirement:
|
||||||
|
>
|
||||||
PHP 5.3+
|
PHP 5.3+
|
||||||
|
|
||||||
PCNTL Extension
|
PCNTL Extension
|
||||||
|
|
||||||
Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
|
Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
|
||||||
|
|
||||||
Composer Project
|
Composer Project
|
||||||
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
LAYER_LANG_C *SpaceVim-layer_lang_c*
|
LAYER_LANG_C *SpaceVim-layer_lang_c*
|
||||||
|
|
||||||
lang#c :
|
this layer provide c family language code completion and syntax chaeck.you
|
||||||
|
need install clang.
|
||||||
this layer provide c family language code completion.
|
|
||||||
|
|
||||||
requirement: clang libclang
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
LAYER-LANG-RUST *SpaceVim-layer-lang-rust*
|
LAYER-LANG-RUST *SpaceVim-layer-lang-rust*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user