Fork me on GitHub
#vim
<
2016-10-26
>
markwoodhall15:10:38

Experimenting at lunch time again, this example is making use of no custom bindings, it just works (as long as your cursor starts in the right place.) http://i.imgur.com/VNRpPpp.png

zamaterian20:10:17

@markwoodhall looks great, but would it not be better if adding the dep to the project.clj/build.boot requied an consciously action, since in a lot of case it makes sense to hotload a deps for trying out stuff ?

markwoodhall20:10:10

Yeah, there are two different options, one will output to the cursor position one will just hot load the dependency.

zamaterian20:10:25

Fantastic work 🙂 Its really great to see all the work being done

markwoodhall20:10:34

Just out of interest, do you prefer plugins that just make available functionality you can create mappings for yourself or do you like plugins with sensible default mappings?

zamaterian20:10:47

With sensible defaults, that can be overriden/disabled

tolitius20:10:44

I like sensible defaults: easier to document things, communicate to other vimmers, read the .rc, etc..