1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00
This commit is contained in:
wsdjeg 2017-01-27 20:37:01 +08:00
parent ea77ad5a59
commit e559b4313e
3 changed files with 20 additions and 38 deletions

View File

@ -1,12 +1,7 @@
""
" @section Layer_lang_c
" lang#c :
"
" this layer provide c family language code completion.
"
" requirement:
" clang
" libclang
" this layer provide c family language code completion and syntax chaeck.you
" need install clang.
function! SpaceVim#layers#lang#c#plugins() abort
let plugins = []

View File

@ -1,20 +1,15 @@
""
" @section Layer_lang_php
" lang#php :
"
" this layer is for php development, and it provide auto codo completion,
" and syntax check, and jump to the definition location.
"
" requirement:
"
" >
" PHP 5.3+
"
" PCNTL Extension
"
" Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
"
" Composer Project
"
" <

View File

@ -408,30 +408,22 @@ This layer is for java development.
==============================================================================
LAYER_LANG_PHP *SpaceVim-layer_lang_php*
lang#php :
this layer is for php development, and it provide auto codo completion, and
syntax check, and jump to the definition location.
requirement:
>
PHP 5.3+
PCNTL Extension
Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
Composer Project
<
==============================================================================
LAYER_LANG_C *SpaceVim-layer_lang_c*
lang#c :
this layer provide c family language code completion.
requirement: clang libclang
this layer provide c family language code completion and syntax chaeck.you
need install clang.
==============================================================================
LAYER-LANG-RUST *SpaceVim-layer-lang-rust*