mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-12 01:27:53 +08:00
Add doc for checkers layer
This commit is contained in:
parent
4830864e24
commit
a1a5d69279
14
docs/layers/checkers.md
Normal file
14
docs/layers/checkers.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# [Layers](https://spacevim.org/layers) > checkers
|
||||||
|
|
||||||
|
This layer provides syntax checking feature.
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
checkers layer is loaded by default.
|
||||||
|
|
||||||
|
## options
|
||||||
|
|
||||||
|
Name | default value | description
|
||||||
|
---- | ------------- | -----------
|
||||||
|
g:spacevim_enable_neomake | 1 | Use neomake as default checking tools, to use syntastic, set this option to 0.
|
||||||
|
g:spacevim_lint_on_the_fly | 0 | Syntax checking on the fly feature, disabled by default.
|
Loading…
x
Reference in New Issue
Block a user