1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 01:00:05 +08:00

Add tools layer doc

This commit is contained in:
wsdjeg 2018-03-18 16:16:43 +08:00
parent 41c0f6ef21
commit bc9cb0d6cd

30
docs/layers/tools.md Normal file
View File

@ -0,0 +1,30 @@
---
title: "SpaceVim tools layer"
description: "This layer provides some tools for vim"
---
# [SpaceVim Layers:](https://spacevim.org/layers) tools
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Commands](#commands)
<!-- vim-markdown-toc -->
## Description
This layer provides some extra vim tools for SpaceVim. All tools can be
called via command. no key bindings will be definded in this layer.
## Install
This layer is disabled by default in SpaceVim.
To use this configuration layer, add `call SpaceVim#layers#load('tools')` to your custom configuration file.
## Commands