mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-15 19:45:46 +08:00
Switch installation to .toml format (#2765)
This commit is contained in:
parent
f1dc85d4ad
commit
37e92abe67
@ -19,10 +19,11 @@ This layer provides Dash integration for SpaceVim.
|
|||||||
|
|
||||||
## Layer Installation
|
## 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
|
```vim
|
||||||
call SpaceVim#layers#load('tools#dash')
|
[[layers]]
|
||||||
|
name = "tools#dash"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Key bindings
|
## Key bindings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user