diff --git a/autoload/SpaceVim/layers/lang/c.vim b/autoload/SpaceVim/layers/lang/c.vim index 8f22129fa..08c458c5f 100644 --- a/autoload/SpaceVim/layers/lang/c.vim +++ b/autoload/SpaceVim/layers/lang/c.vim @@ -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 = [] diff --git a/autoload/SpaceVim/layers/lang/php.vim b/autoload/SpaceVim/layers/lang/php.vim index b2df96d22..708f8b300 100644 --- a/autoload/SpaceVim/layers/lang/php.vim +++ b/autoload/SpaceVim/layers/lang/php.vim @@ -1,20 +1,15 @@ "" " @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. " -" requirement: -" -" PHP 5.3+ -" -" PCNTL Extension -" -" Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension -" -" Composer Project -" +" requirement: +" > +" PHP 5.3+ +" PCNTL Extension +" Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension +" Composer Project +" < diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index f4e5f85e5..439b00d85 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -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 + 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 - +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*