mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-26 14:50:04 +08:00
1472a549c6
* Update shell layer doc * Update script for update layer index * Update script for update layer index * Update colorscheme layer doc * Update autocomplete layer doc * Update checkers layer doc * Update chinese layer doc * Update chat layer doc * Update faq * Update VersionControl layer doc * Update help file * Update cscope layer doc * Use cn group * Update debug layer doc * Update ctrlp layer doc * Update default layer doc * Improve the community page * Improve the community page * Update default layer doc * Update denite layer doc * Update git layer doc * Update ui layer doc * Update tags layer doc * Update leaderf layer doc * Update fzf layer doc * Update unite layer doc * Update tools layer doc * Update index * Update tools#dash layer doc * Update lsp layer doc * Update faq
1.1 KiB
1.1 KiB
title | description |
---|---|
SpaceVim tools 模块 | 集成多种常用工具,包括日历、计算器、等等多种工具类插件,该模块针对 vim8 以及 neovim 提供了更好的插件选择。 |
可用模块 >> tools
模块介绍
这一模块集成了多种工具类的 Vim 插件,这些插件都可用通过命令来调用, 并且这些插件的载入方式都是按需载入,只有首次执行相关命令时, 才会载入该插件。
启用模块
tools 模块默认并为启用,如果需要启用该模块,需要在配置文件里面加入:
[[layers]]
name = "tools"
Commands
这里列出本模块加入的命令,如果需要查阅命令的详细介绍,可以执行 :help 命令
。
命令 | 描述 |
---|---|
:SourceCounter |
项目代码统计 |
:MundoToggle |
打开/关闭文件编辑历史树 |
:Cheat |
查阅工具表 |