conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
Olical 2020-09-07T10:12:57.024600Z

https://www.youtube.com/watch?v=RU28xy9JXxs&feature=youtu.be it's up!

73
orestis 2020-09-10T17:25:40.062300Z

Enjoyed this! I’ll have to peek into your dotfiles for some cool stuff too :)

1🎉
orestis 2020-09-07T10:17:16.026400Z

I’m sometimes seeing very slow neovim performance when the floating window results shows up. If I remember to scroll the log down so that results appear there then everything is fine.

orestis 2020-09-07T10:17:42.027300Z

Is there a way to debug this? I’m trying to find a command to clear the log output but I can’t. Should I just delete all contents of the buffer?

Olical 2020-09-07T10:21:57.027900Z

:thinking_face: huh I've never noticed any performance issues with the HUD, even on slow machines.

Olical 2020-09-07T10:22:23.028400Z

I just clear the log but deleting the contents if I accidentally print 10k lines

Olical 2020-09-07T10:22:38.028700Z

As in ,lvdgg:q

Olical 2020-09-07T10:24:16.029300Z

I do wonder if it is the HUD, I think I need to do some benchmarking... after I add benchmarking tools to Aniseed

Olical 2020-09-07T10:25:06.030200Z

The slowest thing I've found is extracting forms (especially while typing for local context autocompletion) from VERY large buffers, like 1k+ lines with hundreds of forms.

Olical 2020-09-07T10:26:44.032100Z

I have plans to turn off some of those things that take a while when you're typing for slower machines. I'm still holding out for tree-sitter to some extent, that will mean I can delete a huge chunk of manual hunting for forms. This doesn't help your issue though @orestis :thinking_face: I do wonder if you have another plugin that's firing on window open? Because Conjure does very little work when the HUD opens.

adambros 2020-09-07T16:10:42.032800Z

video is private / broken...

Olical 2020-09-07T16:13:11.033Z

@everyone hi gang! It came to my attention today that I actually need to review rules about content ownership and dissemination (legal blah blah) in order to make sure we do things by the  book, so for the time being I've had to remove all the videos from the official channel. Each of the speakers has more or less posted their own content on their own social channels so you can find them there. Once I have an understanding about all the rules etc. then we will repost the content following the prescribed guidelines.

Thanks for your patience! Sorry for the annoyance.
From the vimconf discord 😞

Olical 2020-09-07T16:13:14.033200Z

Eww legal things

Olical 2020-09-07T16:13:22.033400Z

So hopefully they'll all be back up soon

Olical 2020-09-07T16:26:24.033600Z

(I'm uploading my personal recording at the moment)