mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
docs(kotlin): fix 404 link
This commit is contained in:
parent
fa053d3d56
commit
a36a958357
@ -46,7 +46,7 @@ The completion menu will be opened as you type.
|
|||||||
|
|
||||||
### Syntax linting
|
### Syntax linting
|
||||||
|
|
||||||
The [checkers](../checkers/) layer is enabled by default.
|
The [checkers](../layers/checkers/) layer is enabled by default.
|
||||||
This layer provides asynchronous syntax linting for kotlin.
|
This layer provides asynchronous syntax linting for kotlin.
|
||||||
The default plugin is [neomake](https://github.com/neomake/neomake),
|
The default plugin is [neomake](https://github.com/neomake/neomake),
|
||||||
and the default lint command is [ktlint](https://github.com/pinterest/ktlint).
|
and the default lint command is [ktlint](https://github.com/pinterest/ktlint).
|
||||||
@ -86,7 +86,7 @@ It is running asynchronously, and will not block your Vim.
|
|||||||
|
|
||||||
### Code formatting
|
### Code formatting
|
||||||
|
|
||||||
The [format](../format/) layer is also enabled by default.
|
The [format](../layers/format/) layer is also enabled by default.
|
||||||
With this layer you can use key binding `SPC b f` to format current buffer.
|
With this layer you can use key binding `SPC b f` to format current buffer.
|
||||||
Before using this feature, please install [prettier](https://prettier.io/):
|
Before using this feature, please install [prettier](https://prettier.io/):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user