mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
Fix html dup tags and short desc
This commit is contained in:
parent
182700e75b
commit
155c23c5f6
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "VIM 8 新特性之旅: 定时器 (timers)"
|
title: "VIM 8 新特性之旅: 定时器 (timers)"
|
||||||
categories: tutorials_cn
|
categories: tutorials_cn
|
||||||
excerpt: "VIM 8 新特性之旅系列教程 - 定时器"
|
excerpt: "VIM 8 新特性之旅系列教程 - 定时器, 介绍定时器具体使用方法以及场景"
|
||||||
---
|
---
|
||||||
|
|
||||||
## 定时器( timer )
|
## 定时器( timer )
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Blog"
|
title: "Blog"
|
||||||
|
description: "A list of latest blog about the feature of SpaceVim and tutorials of using vim."
|
||||||
---
|
---
|
||||||
|
|
||||||
# Blog
|
# Blog
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Conventions"
|
title: "Conventions"
|
||||||
|
description: "conventions of contribute to SpaceVim, including the coding style guide about vim script and markdown"
|
||||||
permalink: "/conventions"
|
permalink: "/conventions"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Documentation"
|
title: "Documentation"
|
||||||
description: "A guide for using SpaceVim."
|
description: "General documentation about how to using SpaceVim, including the quick start guide and FAQs."
|
||||||
---
|
---
|
||||||
|
|
||||||
# SpaceVim Documentation
|
# SpaceVim Documentation
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
description: "SpaceVim chatting layer provide chatting with qq and weixin in vim."
|
||||||
|
---
|
||||||
|
|
||||||
# [Layers](https://spacevim.org/layers) > chat
|
# [Layers](https://spacevim.org/layers) > chat
|
||||||
|
|
||||||
SpaceVim chatting layer provide chatting feature in vim.
|
SpaceVim chatting layer provide chatting feature in vim.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "SpaceVim lang#javascript layer"
|
title: "SpaceVim lang#javascript layer"
|
||||||
|
description: "This layer is for JaveScript development"
|
||||||
---
|
---
|
||||||
|
|
||||||
# [SpaceVim Layers:](https://spacevim.org/layers) lang#javascript
|
# [SpaceVim Layers:](https://spacevim.org/layers) lang#javascript
|
||||||
|
@ -1,27 +1,29 @@
|
|||||||
---
|
---
|
||||||
title: "SpaceVim tags layer"
|
title: "SpaceVim tags layer"
|
||||||
|
description: "This layer provide tags manager for project"
|
||||||
---
|
---
|
||||||
|
|
||||||
# [SpaceVim Layers:](https://spacevim.org/layers) tags
|
# [SpaceVim Layers:](https://spacevim.org/layers) tags
|
||||||
|
|
||||||
<!-- vim-markdown-toc GFM -->
|
<!-- vim-markdown-toc GFM -->
|
||||||
* [Description](#description)
|
|
||||||
* [Features](#features)
|
- [Description](#description)
|
||||||
* [Install](#install)
|
- [Features](#features)
|
||||||
* [GNU Global (gtags)](#gnu-global-gtags)
|
- [Install](#install)
|
||||||
* [Install on OSX using Homebrew](#install-on-osx-using-homebrew)
|
- [GNU Global (gtags)](#gnu-global-gtags)
|
||||||
* [Install on \*nix from source](#install-on-nix-from-source)
|
- [Install on OSX using Homebrew](#install-on-osx-using-homebrew)
|
||||||
* [Install recommended dependencies](#install-recommended-dependencies)
|
- [Install on \*nix from source](#install-on-nix-from-source)
|
||||||
* [Install with recommended features](#install-with-recommended-features)
|
- [Install recommended dependencies](#install-recommended-dependencies)
|
||||||
* [Configure your environment to use pygments and ctags](#configure-your-environment-to-use-pygments-and-ctags)
|
- [Install with recommended features](#install-with-recommended-features)
|
||||||
* [Load tags layer](#load-tags-layer)
|
- [Configure your environment to use pygments and ctags](#configure-your-environment-to-use-pygments-and-ctags)
|
||||||
* [Usage](#usage)
|
- [Load tags layer](#load-tags-layer)
|
||||||
* [Language Support](#language-support)
|
- [Usage](#usage)
|
||||||
* [Built-in languages](#built-in-languages)
|
- [Language Support](#language-support)
|
||||||
* [Exuberant ctags languages](#exuberant-ctags-languages)
|
- [Built-in languages](#built-in-languages)
|
||||||
* [Universal ctags languages](#universal-ctags-languages)
|
- [Exuberant ctags languages](#exuberant-ctags-languages)
|
||||||
* [Pygments languages (plus symbol and reference tags)](#pygments-languages-plus-symbol-and-reference-tags)
|
- [Universal ctags languages](#universal-ctags-languages)
|
||||||
* [Key bindings](#key-bindings)
|
- [Pygments languages (plus symbol and reference tags)](#pygments-languages-plus-symbol-and-reference-tags)
|
||||||
|
- [Key bindings](#key-bindings)
|
||||||
|
|
||||||
<!-- vim-markdown-toc -->
|
<!-- vim-markdown-toc -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user