I am attempting to use flycheck
with my spacemacs setup.
The spacemacs
documentation, under "12.4.0.6 Minor Modes" lists flycheck
as a mode which can be toggled with SPC t s
.
However, no such option is present in my spacemacs setup. Pressing SPC t
raises a set of options that does not include s
.
And, if I press SPC t s
anyway, I get the message SPC t s is undefined
.
How can I install flycheck to use with spacemacs?
Flycheck
is provided as part of thesyntax-checking
layer. You need to install that layer in order to use theSpc t s
keybinding. Check out the layer documentation here. To use it just addsyntax-checking
to your list ofdotspacemacs-configuration-layers
like so: