Things under legendu
The SpaceVim project has been abandoned. Check AstroVim instead.
You can use the following command in SpaceVim to disable the checkers layer temporarily.
:::vim
let g:spacevim_lint_on_save = 0If you want to disable the checkers layer permanently,
add the following lines into your init.toml file.
[[layers]]
name = "checkers"
enable = falseIt is suggested that you disable the checkers layer permanently
and use language server protocol (LSP) plugins instead
as LSP plugins are better alternatives to the checkers layer.