mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:40:05 +08:00
Add lang/c layer doc
This commit is contained in:
parent
aeb61f74c9
commit
3a1fda3470
@ -2,7 +2,7 @@
|
|||||||
" @section Introduction, intro
|
" @section Introduction, intro
|
||||||
" @stylized Maktaba
|
" @stylized Maktaba
|
||||||
" @library
|
" @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
|
" SpaceVim is a Modular configuration, a bundle of custom settings
|
||||||
" and plugins, for Vim. It got inspired by spacemacs.
|
" and plugins, for Vim. It got inspired by spacemacs.
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
""
|
||||||
|
" @section Layer-lang-c
|
||||||
" lang#c :
|
" lang#c :
|
||||||
"
|
"
|
||||||
" this layer provide c family language code completion.
|
" this layer provide c family language code completion.
|
||||||
|
@ -8,6 +8,7 @@ CONTENTS *SpaceVim-contents*
|
|||||||
3. Functions............................................|SpaceVim-functions|
|
3. Functions............................................|SpaceVim-functions|
|
||||||
4. Layers..................................................|SpaceVim-layers|
|
4. Layers..................................................|SpaceVim-layers|
|
||||||
5. Layer-lang-php..................................|SpaceVim-layer-lang-php|
|
5. Layer-lang-php..................................|SpaceVim-layer-lang-php|
|
||||||
|
6. Layer-lang-c......................................|SpaceVim-layer-lang-c|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
INTRODUCTION *SpaceVim-intro*
|
INTRODUCTION *SpaceVim-intro*
|
||||||
@ -239,5 +240,14 @@ syntax check, and jump to the definition location.
|
|||||||
Composer Project
|
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:
|
vim:tw=78:ts=8:ft=help:norl:
|
||||||
|
Loading…
Reference in New Issue
Block a user