mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
31 lines
525 B
Markdown
31 lines
525 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. no key bindings will be definded in this layer.
|
|
|
|
## Install
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "tools"
|
|
```
|
|
|
|
|