Disable the Checkers Layer in SpaceVim
Posted on Oct 20, 2019 in Software • Tagged with Software, SpaceVim, Vim, checkers, layer, LSP, language server protocol
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
The SpaceVim project has been abandoned. Check AstroVim instead.
You can use the following command in SpaceVim to disable the checkers
layer temporarily.
let g:spacevim_lint_on_save = 0 …
Continue reading