1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 23:10:04 +08:00
SpaceVim/docs/layers/tools.md

31 lines
525 B
Markdown
Raw Normal View History

2018-03-18 16:16:43 +08:00
---
title: "SpaceVim tools layer"
description: "This layer provides some tools for vim"
---
2018-06-23 14:37:41 +08:00
# [Available Layers](../) >> tools
2018-03-18 16:16:43 +08:00
<!-- 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. no key bindings will be definded in this layer.
## Install
2018-06-23 14:37:41 +08:00
To use this configuration layer, update custom configuration file with:
2018-03-18 16:16:43 +08:00
2018-06-23 14:37:41 +08:00
```toml
[[layers]]
name = "tools"
```
2018-03-18 16:16:43 +08:00