From 37e92abe67a3239eb402b57ee4fba18f2bbe2a38 Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Tue, 23 Apr 2019 21:48:13 -0400 Subject: [PATCH] Switch installation to .toml format (#2765) --- docs/layers/tools/dash.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/layers/tools/dash.md b/docs/layers/tools/dash.md index f03f34055..4912eee18 100644 --- a/docs/layers/tools/dash.md +++ b/docs/layers/tools/dash.md @@ -19,10 +19,11 @@ This layer provides Dash integration for SpaceVim. ## Layer Installation -To use this configuration layer, add it to your `~/.SpaceVim.d/init.vim`. +To use this configuration layer, add it to your `~/.SpaceVim.d/init.toml`. ```vim -call SpaceVim#layers#load('tools#dash') +[[layers]] +name = "tools#dash" ``` ## Key bindings