From 49baf80ed3e7e2e97ea124287b1cdc63afe0a554 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 27 Mar 2022 15:36:34 +0800 Subject: [PATCH] docs(test): update doc for `test` layer --- autoload/SpaceVim/layers/test.vim | 5 +++++ doc/SpaceVim.txt | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/autoload/SpaceVim/layers/test.vim b/autoload/SpaceVim/layers/test.vim index 72aadfda4..17ca6e883 100644 --- a/autoload/SpaceVim/layers/test.vim +++ b/autoload/SpaceVim/layers/test.vim @@ -11,6 +11,11 @@ " @parentsection layers " This layer allows to run tests on SpaceVim " +" @subsection layer options +" +" - `use_ultest`: enable/disable vim-ultest plugin, this is disabled by +" default. +" " @subsection Mappings " > " Mode Key Function diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index 2aa0ae2b4..b06a6fca6 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -5049,6 +5049,10 @@ TEST *SpaceVim-layers-test* This layer allows to run tests on SpaceVim +LAYER OPTIONS + +`use_ultest`: enable/disable vim-ultest plugin, this is disabled by default. + MAPPINGS >