Really digging VSpaceCode! Spacemacs has been home to me and it makes Calva feel like home. It even includes the magit experience! Wowzers!
One thing that is not working for me yet is Clojure major mode keys (`SPC m` or ,
). Anything special I should have to do? Or is that PR not been merged yet?
@lee the key bindings for Calva should be defined in the packages.json file of VSpaceCode if its there. Should be in ~/.vscode/extensions/vspacecode.vspacecode-0.8.x/`
Try searching that file for Clojure The pull request has been merged
Ah, my bad, it has been approved and not merged yet... sorry
If you copy the changes from this pull request into ~/.vscode/extensions/vspacecode.vspacecode-0.8.x/package.json
then it should work
https://github.com/VSpaceCode/VSpaceCode/pull/154/files
Awesome, tx! Will give it a go!
Magnifico! I just slurped and barfed successfully!
Let me know if there are any missing keys (and calva. commands) or things that could be changed. I tried to get a good balance between Calva and Spacemacs... but something may have got lost in hacking all that json code 🙂