1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/docs/layers/tools.md
2021-06-21 20:39:29 +08:00

30 lines
482 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 your custom configuration file with:
```toml
[[layers]]
name = "tools"
```