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