Fork me on GitHub
#conjure
<
2020-09-07
>
adambrosio16:09:42

video is private / broken...

Olical16:09:11

@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 😞

Olical16:09:14

Eww legal things

Olical16:09:22

So hopefully they'll all be back up soon

Olical16:09:24

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

orestis17:09:40

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

🎉 3
orestis10:09:16

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.

orestis10:09:42

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?

Olical10:09:57

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

Olical10:09:23

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

Olical10:09:38

As in ,lvdgg:q

Olical10:09:16

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

Olical10:09:06

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.

Olical10:09:44

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.