1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:30:05 +08:00

docs(kotlin): update doc for kotlin layer

Signed-off-by: Russell Richardson <admin@russ.network>
This commit is contained in:
Russell 2022-03-22 00:07:12 -04:00 committed by GitHub
parent ab631a2513
commit 27c0f5585c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,5 +90,5 @@ kotlin language server command via:
'kotlin',
]
[layers.override_cmd]
kotlin = 'path/to/kotlin-language-server'
kotlin = ['path/to/kotlin-language-server']
```