1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-27 12:40:06 +08:00
SpaceVim/docs/layers/tools.md
2020-10-31 15:52:34 +08:00

31 lines
477 B
Markdown

---
title: "SpaceVim tools layer"
description: "This layer provides some tools for vim"
---
# [Available Layers](../) >> tools
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer provides some extra vim tools for SpaceVim. All tools can be
called via command.
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "tools"
```