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
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
This layer provides some extra vim tools for SpaceVim. All tools can be called via command.
|
2018-03-18 16:16:43 +08:00
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
To use this configuration layer, update your 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
|
|
|
|
|
|
|
|