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

docs(kotlin): update kotlin guide

This commit is contained in:
wsdjeg 2022-05-27 08:41:33 +08:00
parent 1525b972b5
commit aacd59c418
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ lsp 模块默认使用 `kotlin-language-server` 作为 Kotlin 的语言服务器
在 Window 系统下,可以使用 [scoop](https://github.com/lukesampson/scoop) 安装 ktlint
```
scoop bucket add extras
scoop install ktlint
```

View File

@ -54,6 +54,7 @@ and the default lint command is [ktlint](https://github.com/pinterest/ktlint).
In the Windows system, `ktlint` can be installed using [scoop](https://github.com/lukesampson/scoop):
```
scoop bucket add extras
scoop install ktlint
```