TJ DeVries

Results 290 comments of TJ DeVries

I just tagged v0.1.0 -- does that work for you? I hope to revisit some stuff here in the next month or so

Hmm, ok -- I might just remove the 40ms target anyway for windows. It looks like a lot of the startup time is from mason nvim, which is probably doing...

I think with the latest version things should be much faster on startup since we're using lazy.nvim. Closing for now, you can open a new issue if it's slow on...

my only concern with the way things are for vim.system right now is I don't think it's as performant for doing line based items (which a lot of operations are...

Would have really liked `popup` to have been fully fleshed out and made to match some of the vim apis, since that's a nice two-for-one kind of situation where a...

Nice to see that maybe plenary can just be deprecated soon and a lot of the stuff has been upstreamed (and done better)

@lewis6991 from what I could tell, it always tries to put all the stdout into one variable at the end of execution? I have to go look again. My main...