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