From 3a1fda3470036d55de0f43d1471fcbe1432387cb Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 19 Jan 2017 23:49:11 +0800 Subject: [PATCH] Add lang/c layer doc --- autoload/SpaceVim.vim | 2 +- autoload/SpaceVim/layers/lang/c.vim | 2 ++ doc/SpaceVim.txt | 10 ++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index 667266c57..59f3a3abe 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -2,7 +2,7 @@ " @section Introduction, intro " @stylized Maktaba " @library -" @order intro version dicts functions exceptions layers layer-lang-php +" @order intro version dicts functions exceptions layers layer-lang-php layer-lang-c " SpaceVim is a Modular configuration, a bundle of custom settings " and plugins, for Vim. It got inspired by spacemacs. diff --git a/autoload/SpaceVim/layers/lang/c.vim b/autoload/SpaceVim/layers/lang/c.vim index 6fb28facd..7516781eb 100644 --- a/autoload/SpaceVim/layers/lang/c.vim +++ b/autoload/SpaceVim/layers/lang/c.vim @@ -1,3 +1,5 @@ +"" +" @section Layer-lang-c " lang#c : " " this layer provide c family language code completion. diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index faa72d9f7..66014705c 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -8,6 +8,7 @@ CONTENTS *SpaceVim-contents* 3. Functions............................................|SpaceVim-functions| 4. Layers..................................................|SpaceVim-layers| 5. Layer-lang-php..................................|SpaceVim-layer-lang-php| + 6. Layer-lang-c......................................|SpaceVim-layer-lang-c| ============================================================================== INTRODUCTION *SpaceVim-intro* @@ -239,5 +240,14 @@ syntax check, and jump to the definition location. Composer Project +============================================================================== +LAYER-LANG-C *SpaceVim-layer-lang-c* + +lang#c : + + this layer provide c family language code completion. + + requirement: clang libclang + vim:tw=78:ts=8:ft=help:norl: