1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 10:15:41 +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 " @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 = []

View File

@ -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
" " <

View File

@ -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*