Fork me on GitHub
#vim
<
2017-06-02
>
mikepjb09:06:41

I’m just projecting @dominicm and have been practicing the dark arts

mikepjb09:06:01

decided to write an emacs config without any external packages

dominicm10:06:54

@mikepjb changed your talk next month? 😛

dominicm10:06:41

this month rather

mikepjb10:06:33

haha it’s added some flavour certainly!

dominicm10:06:20

Interesting. Now I'm unsure about the long term viability of Ice 😉

mikepjb10:06:57

who doesn’t like flavoured ice? 😏

dominicm10:06:08

Yellow ice?

mikepjb10:06:14

If you like haha

dominicm20:06:59

It occurs to me that I've basically built part of https://github.com/tpope/vim-salve

dominicm21:06:01

https://github.com/clojure-vim/vim-jack-in :Lein will start a repl in lein, can also do :Lein with-profile blah-blah repl :Boot will do repl in boot. :Boot dev will launch dev task. Refactor-nrepl & cider are injected by default. I'll add an option in the future™ to change the dependencies/plugins. In theory you can override the default tasks for lein & boot, but it's in the autoload, and I don't think that's right, so you probably cannot. It depends on vim-dispatch, if you're using neovim it can fallback to plain ol' termopen.

dominicm21:06:03

I'd love to figure out how to "detach" a running program. I'm sure it's possible.