A Spacemacs layer for handling Exercism.io local commands.
Add exercism-layer
in to your layers at dotspacemacs file.
SPACE fed
command simply open it.
Run git clone https://github.com/LeaveNhA/exercism-layer ~/.emacs.d/layers/
command or you can download this repository manually and drop it under .emacs.d/layers file.
After installation. The keybinds are loaded automatically.
Press;
SPC Exf
. Exercism-layer Fetch another problem for you in same language you are working on.
Press;
SPC Exf
while you're not in a specific language file or dedicated buffer for it.
Press;
SPC Exs
.
- implement other features.