mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:50:04 +08:00
docs(kotlin): update kotlin guide
This commit is contained in:
parent
1525b972b5
commit
aacd59c418
@ -75,6 +75,7 @@ lsp 模块默认使用 `kotlin-language-server` 作为 Kotlin 的语言服务器
|
|||||||
在 Window 系统下,可以使用 [scoop](https://github.com/lukesampson/scoop) 安装 ktlint:
|
在 Window 系统下,可以使用 [scoop](https://github.com/lukesampson/scoop) 安装 ktlint:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
scoop bucket add extras
|
||||||
scoop install ktlint
|
scoop install ktlint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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):
|
In the Windows system, `ktlint` can be installed using [scoop](https://github.com/lukesampson/scoop):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
scoop bucket add extras
|
||||||
scoop install ktlint
|
scoop install ktlint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user