Ches Martin

Results 139 comments of Ches Martin

The help tag `gist-vim-setup` does exist in the documentation. @kevinburke perhaps you didn't run `:helptags` regeneration after you installed the plugin? Some plugin managers like Vundle might do this automatically,...

@johnlabarge A bit late, but in case it helps anyone else… check `which aws`, view the file and make certain the shebang is pointing at awscli's bundled Python installation. You...

Although this may have been fixed in sbt for `sbt new`, supershell still interferes the same way for `g8Scaffold` when a scaffold has variable parameters. Maybe this should be filed...

> The failing Travis test are due to the upgrade to 0.13.15. Aha, thank you for the heads up! I'd had no chance to come back and investigate yet since...

Thank you for your prompt reply Kurt. I think the plugin is 90+% of the way to serving my use case, I have a few questions about how things are...

Thanks a lot for doing this @kurtkopchik, I could have taken a stab at it but you beat me to it. Just getting back to it after a few days...

Maybe fixed by #338? Maybe related to #394?

Mappings for `` generally work for me—did you [try `unmap `](https://github.com/esm7/obsidian-vimrc-support/tree/f2417c0193448801172124e7d39e1f9f74dd2617#some-help-with-binding-space-chords-doom-and-spacemacs-fans) before adding your custom mappings?

For reference until we have a lasting answer for the Scala 2 REPL, @retronym pointed out the escape hatch for the module access on a previous tromp down this lane,...